Uses of Enum Class
io.atlasmap.v2.ValidationScope
-
Uses of ValidationScope in io.atlasmap.v2
Modifier and TypeMethodDescriptionstatic ValidationScope
Validation.getScope()
Gets the value of the scope property.static ValidationScope
Returns 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.Modifier and TypeMethodDescriptionvoid
Validation.setScope
(ValidationScope value) Sets the value of the scope property. -
Uses of ValidationScope in io.atlasmap.validators
ModifierConstructorDescriptionNonNullValidator
(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)