Uses of Enum
graphql.validation.ValidationErrorType
Packages that use ValidationErrorType
-
Uses of ValidationErrorType in graphql.validation
Methods in graphql.validation that return ValidationErrorTypeModifier and TypeMethodDescriptionstatic ValidationErrorTypeReturns the enum constant of this type with the specified name.static ValidationErrorType[]ValidationErrorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.validation with parameters of type ValidationErrorTypeModifier and TypeMethodDescriptionvoidAbstractRule.addError(ValidationErrorType validationErrorType, SourceLocation location, String description) voidAbstractRule.addError(ValidationErrorType validationErrorType, Collection<? extends Node<?>> locations, String description) booleanValidationErrorCollector.containsValidationError(ValidationErrorType validationErrorType) booleanValidationErrorCollector.containsValidationError(ValidationErrorType validationErrorType, String description) AbstractRule.i18n(ValidationErrorType validationErrorType, I18nMsg i18nMsg) Creates an I18n message using theI18nMsgAbstractRule.i18n(ValidationErrorType validationErrorType, String msgKey, Object... msgArgs) Creates an I18N message using the key and argumentsprivate StringAbstractRule.mkTypeAndPath(ValidationErrorType validationErrorType) Constructors in graphql.validation with parameters of type ValidationErrorTypeModifierConstructorDescriptionValidationError(ValidationErrorType validationErrorType, SourceLocation sourceLocation, String description, List<String> queryPath) Deprecated.ValidationError(ValidationErrorType validationErrorType, List<SourceLocation> sourceLocations, String description) Deprecated.ValidationError(ValidationErrorType validationErrorType, List<SourceLocation> sourceLocations, String description, List<String> queryPath) Deprecated.