Index
All Classes and Interfaces|All Packages
D
- dev.voidframework.validation - package dev.voidframework.validation
- dev.voidframework.validation.validator - package dev.voidframework.validation.validator
- dev.voidframework.validation.validator.impl - package dev.voidframework.validation.validator.impl
E
- emptyOf() - Static method in class dev.voidframework.validation.Validated
-
Creates an empty validated object.
- emptyOf(VALIDATED_OBJ_TYPE) - Static method in class dev.voidframework.validation.Validated
-
Creates an empty validated object.
G
- getArgumentArray() - Method in class dev.voidframework.validation.ValidationError
-
Retrieves the error message arguments.
- getError() - Method in class dev.voidframework.validation.Validated
-
Returns all errors of validated object.
- getError(String) - Method in class dev.voidframework.validation.Validated
-
Returns a single error for the specific path of validated object.
- getErrorList(String) - Method in class dev.voidframework.validation.Validated
-
Returns all errors for the specific path of validated object.
- getInstance() - Method in class dev.voidframework.validation.Validated
-
Returns instance of the validated object.
- getMessage() - Method in class dev.voidframework.validation.ValidationError
-
Retrieves the translated error message.
- getMessageKey() - Method in class dev.voidframework.validation.ValidationError
-
Retrieves the error message key.
- groups() - Element in annotation interface dev.voidframework.validation.validator.InputStreamSize
- groups() - Element in annotation interface dev.voidframework.validation.validator.TrimmedLength
H
- hasError() - Method in class dev.voidframework.validation.Validated
-
Indicates if validated object has errors.
- hasError(String) - Method in class dev.voidframework.validation.Validated
-
Indicates if the specific path of validated object has errors.
I
- initialize(InputStreamSize) - Method in class dev.voidframework.validation.validator.impl.InputStreamSizeImpl
- initialize(TrimmedLength) - Method in class dev.voidframework.validation.validator.impl.TrimmedLengthImpl
- InputStreamSize - Annotation Interface in dev.voidframework.validation.validator
-
The annotated
InputStream
size must be between the specified boundaries (included). - InputStreamSize.List - Annotation Interface in dev.voidframework.validation.validator
-
Defines several
@InputStreamSize
annotations on the same element - InputStreamSizeImpl - Class in dev.voidframework.validation.validator.impl
-
Implementation of the annotation
InputStreamSize
. - InputStreamSizeImpl() - Constructor for class dev.voidframework.validation.validator.impl.InputStreamSizeImpl
- isValid() - Method in class dev.voidframework.validation.Validated
-
Indicates if validated object is valid.
- isValid(InputStream, ConstraintValidatorContext) - Method in class dev.voidframework.validation.validator.impl.InputStreamSizeImpl
- isValid(String, ConstraintValidatorContext) - Method in class dev.voidframework.validation.validator.impl.TrimmedLengthImpl
M
- max() - Element in annotation interface dev.voidframework.validation.validator.InputStreamSize
- max() - Element in annotation interface dev.voidframework.validation.validator.TrimmedLength
- message() - Element in annotation interface dev.voidframework.validation.validator.InputStreamSize
- message() - Element in annotation interface dev.voidframework.validation.validator.TrimmedLength
- min() - Element in annotation interface dev.voidframework.validation.validator.InputStreamSize
- min() - Element in annotation interface dev.voidframework.validation.validator.TrimmedLength
P
- payload() - Element in annotation interface dev.voidframework.validation.validator.InputStreamSize
- payload() - Element in annotation interface dev.voidframework.validation.validator.TrimmedLength
T
- TrimmedLength - Annotation Interface in dev.voidframework.validation.validator
-
The annotated element length must be between the specified boundaries (included).
- TrimmedLength.List - Annotation Interface in dev.voidframework.validation.validator
-
Defines several
@TrimmedSize
annotations on the same element - TrimmedLengthImpl - Class in dev.voidframework.validation.validator.impl
-
Implementation of the annotation
TrimmedLength
. - TrimmedLengthImpl() - Constructor for class dev.voidframework.validation.validator.impl.TrimmedLengthImpl
V
- validate(OBJ_TO_VALIDATE_TYPE) - Method in class dev.voidframework.validation.Validation
-
Validates an object.
- validate(OBJ_TO_VALIDATE_TYPE, Locale) - Method in class dev.voidframework.validation.Validation
-
Validates an object.
- Validated<VALIDATED_OBJ_TYPE> - Class in dev.voidframework.validation
-
A validation result.
- Validation - Class in dev.voidframework.validation
-
This service provides methods for validating an object (JSR 380).
- Validation() - Constructor for class dev.voidframework.validation.Validation
-
Build a new instance.
- ValidationError - Class in dev.voidframework.validation
-
Represents a single validation error.
- ValidationError(String, String, Object...) - Constructor for class dev.voidframework.validation.ValidationError
-
Build a new instance.
- value() - Element in annotation interface dev.voidframework.validation.validator.InputStreamSize.List
- value() - Element in annotation interface dev.voidframework.validation.validator.TrimmedLength.List
All Classes and Interfaces|All Packages