Uses of Class
org.confng.validation.ValidationError.ConstraintType
-
Packages that use ValidationError.ConstraintType Package Description org.confng.validation -
-
Uses of ValidationError.ConstraintType in org.confng.validation
Methods in org.confng.validation that return ValidationError.ConstraintType Modifier and Type Method Description ValidationError.ConstraintTypeValidationError. getConstraintType()Gets the type of constraint that was violated.static ValidationError.ConstraintTypeValidationError.ConstraintType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationError.ConstraintType[]ValidationError.ConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.confng.validation with parameters of type ValidationError.ConstraintType Modifier and Type Method Description List<ValidationError>ValidationResult. getErrorsByType(ValidationError.ConstraintType constraintType)Gets validation errors of a specific constraint type.Constructors in org.confng.validation with parameters of type ValidationError.ConstraintType Constructor Description ValidationError(String key, ValidationError.ConstraintType constraintType, String message, String actualValue, boolean sensitive)Creates a new ValidationError.
-