Uses of Enum Class
io.atlasmap.v2.ValidationScope
Packages that use ValidationScope
-
Uses of ValidationScope in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as ValidationScopeMethods in io.atlasmap.v2 that return ValidationScopeModifier and TypeMethodDescriptionstatic ValidationScopeValidation.getScope()Gets the value of the scope property.static ValidationScopeReturns the enum constant of this class with the specified name.static ValidationScope[]ValidationScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.v2 with parameters of type ValidationScopeModifier and TypeMethodDescriptionvoidValidation.setScope(ValidationScope value) Sets the value of the scope property. -
Uses of ValidationScope in io.atlasmap.validators
Constructors in io.atlasmap.validators with parameters of type ValidationScopeModifierConstructorDescriptionNonNullValidator(ValidationScope scope, String violationMessage) NotEmptyValidator(ValidationScope scope, String violationMessage) PositiveIntegerValidator(ValidationScope scope, String violationMessage) StringLengthValidator(ValidationScope scope, String violationMessage, int minLength, int maxLength) StringPatternValidator(ValidationScope scope, String violationMessage, String pattern) StringPatternValidator(ValidationScope scope, String violationMessage, String pattern, boolean useMatch)