Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AllEmptyOrAllNotEmpty - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Is valid when all of the values of
propertyPathis empty or not empty. - AllEmptyOrAllNotEmpty.AllEmptyOrAllNotEmptyList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
AllEmptyOrAllNotEmptyannotations on the same element. - AllEmptyOrAllNotEmptyValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
AllEmptyOrAllNotEmpty. - AllEmptyOrAllNotEmptyValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmptyValidator
- AnyEmpty - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Is valid when at least one of the values of
propertyPathis empty. - AnyEmpty.AnyEmptyList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
AnyEmptyannotations on the same element. - AnyEmptyValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
AnyEmpty. - AnyEmptyValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.AnyEmptyValidator
- AnyNotEmpty - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Is valid when at least one of the values of
propertyPathis not empty. - AnyNotEmpty.AnyNotEmptyList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
AnyNotEmptyannotations on the same element. - AnyNotEmptyValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
AnyNotEmpty. - AnyNotEmptyValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.AnyNotEmptyValidator
B
- basisPropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan
-
Is the propertyPath of the basis for comparison.
- basisPropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo
-
Is the propertyPath of the basis for comparison.
- basisPropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan
-
Is the propertyPath of the basis for comparison.
- basisPropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo
-
Is the propertyPath of the basis for comparison.
- BooleanString - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if a string is convertable to
Boolean. - BooleanStringValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
BooleanString. - BooleanStringValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.BooleanStringValidator
-
Constructs a new instance.
C
- CONDITION_OPERATOR - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- CONDITION_OPERATOR - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- CONDITION_PATTERN - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- CONDITION_PATTERN - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- CONDITION_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- CONDITION_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME_KEY - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME_KEY - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- CONDITION_VALUE_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- CONDITION_VALUE_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- CONDITION_VALUE_STRING - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- CONDITION_VALUE_STRING - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- conditionOperator() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Specifies the operator applied between the value of a condition field and the condition value To decide whether the condition is satisfied.
- conditionOperator() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Specifies the operator applied between the value of a condition field and the condition value To decide whether the condition is satisfied.
- ConditionOperator - Enum Class in jp.ecuacion.lib.validation.constraints.enums
-
Specifies operator applied between the value of a condition field and the condition value.
- conditionPropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Is a field, whose value determines whether the validation is executed or not.
- conditionPropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Is a field, whose value determines whether the validation is executed or not.
- conditionValue() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Specifies a value used for determination whether validation is executed or not.
- conditionValue() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Specifies a value used for determination whether validation is executed or not.
- ConditionValue - Enum Class in jp.ecuacion.lib.validation.constraints.enums
-
Enumerates how to determine condition is valid.
- conditionValuePropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Specifies condition value field.
- conditionValuePropertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Specifies condition value field.
- conditionValueRegexp() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Specifies condition regular expression.
- conditionValueRegexp() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Specifies condition regular expression.
- conditionValueString() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Specifies condition value string.
- conditionValueString() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Specifies condition value string.
- create(ConstraintViolation, Map, String) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenMessageParameterCreator
- create(ConstraintViolation, Map, String) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenMessageParameterCreator
- create(ConstraintViolation, Map, String) - Method in class jp.ecuacion.lib.validation.constraints.PatternWithDescriptionMessageParameterCreator
D
- DATE - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.TypeConversionFromString
- description() - Element in annotation interface jp.ecuacion.lib.validation.constraints.PatternWithDescription
-
Stores description to add description string to the message to users.
- DISPLAY_STRING_OF_CONDITION_VALUE - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- DISPLAY_STRING_OF_CONDITION_VALUE - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- displayStringOfConditionValue() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Specifies the the display string of condition value.
- displayStringOfConditionValue() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Specifies the the display string of condition value.
E
- EclibValidationConstants - Class in jp.ecuacion.lib.validation.constant
-
Provides Constants.
- EclibValidationConstants() - Constructor for class jp.ecuacion.lib.validation.constant.EclibValidationConstants
- EMPTY - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
- EmptyWhen - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if specified
propertyPathis empty only when condition is satisfied. - EmptyWhen.EmptyWhenList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
EmptyWhenannotations on the same element. - emptyWhenConditionNotSatisfied() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Decides whether validation check is executed when the condition is not satisfied.
- EmptyWhenMessageParameterCreator - Class in jp.ecuacion.lib.validation.constraints
-
Is a kind of ValidatorMessageParameterCreator.
- EmptyWhenMessageParameterCreator() - Constructor for class jp.ecuacion.lib.validation.constraints.EmptyWhenMessageParameterCreator
- EmptyWhenValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
ConditionalEmpty. - EmptyWhenValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- enumClass() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EnumElement
-
an enumClass string. ex:
XxxEnum - EnumElement - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if an enum value exists.
- EnumElementValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
EnumElement. - EnumElementValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.EnumElementValidator
-
Constructs a new instance.
- EQUAL_TO - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionOperator
F
- FALSE - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
G
- GreaterThan - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Is valid when the value of
propertyPathis greater than the value ofbasisPropertyPath. - GreaterThan.GreaterThanList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
GreaterThanannotations on the same element. - GreaterThanOrEqualTo - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Is valid when the value of
propertyPathis greater than or equal to the value ofbasisPropertyPath. - GreaterThanOrEqualTo.GreaterThanOrEqualToList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
GreaterThanOrEqualToannotations on the same element. - GreaterThanOrEqualToValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
GreaterThan. - GreaterThanOrEqualToValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualToValidator
- GreaterThanValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
GreaterThan. - GreaterThanValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.GreaterThanValidator
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmpty
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyEmpty
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyNotEmpty
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.BooleanString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EnumElement
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.IntegerString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LongString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.PatternWithDescription
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.validation.constraints.SizeString
-
Returns groups.
I
- initialize(String[], String, boolean, boolean, TypeConversionFromString, String) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualToValidator
-
Initializes an instance.
- initialize(String[], String, boolean, boolean, TypeConversionFromString, String) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanValidator
-
Initializes an instance.
- initialize(String[], String, boolean, boolean, TypeConversionFromString, String) - Method in class jp.ecuacion.lib.validation.constraints.LessThanOrEqualToValidator
-
Initializes an instance.
- initialize(String[], String, boolean, boolean, TypeConversionFromString, String) - Method in class jp.ecuacion.lib.validation.constraints.LessThanValidator
-
Initializes an instance.
- initialize(String[], String, ConditionValue, ConditionOperator, String[], String, String, boolean) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- initialize(String[], String, ConditionValue, ConditionOperator, String[], String, String, boolean) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- initialize(AllEmptyOrAllNotEmpty) - Method in class jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmptyValidator
-
Initializes an instance.
- initialize(AnyEmpty) - Method in class jp.ecuacion.lib.validation.constraints.AnyEmptyValidator
-
Initializes an instance.
- initialize(AnyNotEmpty) - Method in class jp.ecuacion.lib.validation.constraints.AnyNotEmptyValidator
-
Initializes an instance.
- initialize(BooleanString) - Method in class jp.ecuacion.lib.validation.constraints.BooleanStringValidator
-
Initializes an instance.
- initialize(EmptyWhen) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
-
Initializes an instance.
- initialize(EnumElement) - Method in class jp.ecuacion.lib.validation.constraints.EnumElementValidator
-
Initializes an instance.
- initialize(GreaterThan) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanValidator
-
Initializes an instance.
- initialize(GreaterThanOrEqualTo) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualToValidator
-
Initializes an instance.
- initialize(IntegerString) - Method in class jp.ecuacion.lib.validation.constraints.IntegerStringValidator
-
Initializes an instance.
- initialize(LessThan) - Method in class jp.ecuacion.lib.validation.constraints.LessThanValidator
-
Initializes an instance.
- initialize(LessThanOrEqualTo) - Method in class jp.ecuacion.lib.validation.constraints.LessThanOrEqualToValidator
-
Initializes an instance.
- initialize(LongString) - Method in class jp.ecuacion.lib.validation.constraints.LongStringValidator
-
Initializes an instance.
- initialize(NotEmptyWhen) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
-
Initializes an instance.
- initialize(PatternWithDescription) - Method in class jp.ecuacion.lib.validation.constraints.PatternWithDescriptionValidator
-
Initializes an instance.
- initialize(SizeString) - Method in class jp.ecuacion.lib.validation.constraints.SizeStringValidator
-
Initializes an instance.
- IntegerString - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if a string is convertable to
Integer. - IntegerStringValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
IntegerString. - IntegerStringValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.IntegerStringValidator
-
Constructs a new instance.
- isStringValidWhenLessThanBasis(String, String) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualToValidator
- isStringValidWhenLessThanBasis(String, String) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanValidator
- isStringValidWhenLessThanBasis(String, String) - Method in class jp.ecuacion.lib.validation.constraints.LessThanOrEqualToValidator
- isStringValidWhenLessThanBasis(String, String) - Method in class jp.ecuacion.lib.validation.constraints.LessThanValidator
- isValid(Object) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- isValid(Object) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmptyValidator
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.AnyEmptyValidator
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.AnyNotEmptyValidator
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualToValidator
-
Executes validation check.
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanValidator
-
Executes validation check.
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.LessThanOrEqualToValidator
-
Executes validation check.
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.LessThanValidator
-
Executes validation check.
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
-
Executes validation check.
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
-
Executes validation check.
- isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.BooleanStringValidator
-
Checks if a string is convertible to
Boolean. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.EnumElementValidator
-
Checks if an enum value exists.
- isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.IntegerStringValidator
-
Checks if a string is convertible to
Integer. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.LongStringValidator
-
Checks if a string is convertible to
Long. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.PatternWithDescriptionValidator
-
Checks if a string matches specified standard expression.
- isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.validation.constraints.SizeStringValidator
-
Checks if a string is allowable size.
- isValidForSinglePropertyPath(Object, String, Object) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualToValidator
- isValidForSinglePropertyPath(Object, String, Object) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanValidator
- isValidForSinglePropertyPath(Object, String, Object) - Method in class jp.ecuacion.lib.validation.constraints.LessThanOrEqualToValidator
- isValidForSinglePropertyPath(Object, String, Object) - Method in class jp.ecuacion.lib.validation.constraints.LessThanValidator
- isValidForSinglePropertyPath(String, Object) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- isValidForSinglePropertyPath(String, Object) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- isValidWhenConditionNotSatisfied(Object) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- isValidWhenConditionNotSatisfied(Object) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
J
- jp.ecuacion.lib.validation - module jp.ecuacion.lib.validation
-
Provides custom jakarta validation validators and related utilities.
- jp.ecuacion.lib.validation.constant - package jp.ecuacion.lib.validation.constant
- jp.ecuacion.lib.validation.constraints - package jp.ecuacion.lib.validation.constraints
-
Provides
jakarta validationvalidators. - jp.ecuacion.lib.validation.constraints.enums - package jp.ecuacion.lib.validation.constraints.enums
-
Provides
jakarta validationrelated enums.
L
- LessThan - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Is valid when the value of
propertyPathis less than the value ofbasisPropertyPath. - LessThan.LessThanList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
LessThanannotations on the same element. - LessThanOrEqualTo - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Is valid when the value of
propertyPathis less than or equal to the value ofbasisPropertyPath. - LessThanOrEqualTo.LessThanOrEqualToList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
LessThanOrEqualToannotations on the same element. - LessThanOrEqualToValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
LessThanOrEqualTo. - LessThanOrEqualToValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.LessThanOrEqualToValidator
- LessThanValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
LessThan. - LessThanValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.LessThanValidator
- LongString - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if a string is convertible to
Long. - LongStringValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
LongString. - LongStringValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.LongStringValidator
-
Constructs a new instance.
M
- max() - Element in annotation interface jp.ecuacion.lib.validation.constraints.SizeString
-
Is a maximum allowable size.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmpty
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyEmpty
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyNotEmpty
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.BooleanString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EnumElement
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.IntegerString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LongString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.PatternWithDescription
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.validation.constraints.SizeString
-
Returns message ID.
- min() - Element in annotation interface jp.ecuacion.lib.validation.constraints.SizeString
-
Is a minimum allowable size.
N
- NONE - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.TypeConversionFromString
- NOT_EQUAL_TO - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionOperator
- NotEmptyWhen - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if specified
propertyPathis not empty only when condition is satisfied. - NotEmptyWhen.NotEmptyWhenList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
NotEmptyWhenannotations on the same element. - notEmptyWhenConditionNotSatisfied() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Decides whether validation check is executed when the condition is not satisfied.
- NotEmptyWhenMessageParameterCreator - Class in jp.ecuacion.lib.validation.constraints
-
Is a kind of ValidatorMessageParameterCreator.
- NotEmptyWhenMessageParameterCreator() - Constructor for class jp.ecuacion.lib.validation.constraints.NotEmptyWhenMessageParameterCreator
- NotEmptyWhenValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
ConditionalNotEmpty. - NotEmptyWhenValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- NUMBER - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.TypeConversionFromString
- numberOfNonEmptyValues(Object, String[]) - Method in class jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmptyValidator
- numberOfNonEmptyValues(Object, String[]) - Method in class jp.ecuacion.lib.validation.constraints.AnyEmptyValidator
- numberOfNonEmptyValues(Object, String[]) - Method in class jp.ecuacion.lib.validation.constraints.AnyNotEmptyValidator
P
- PATTERN - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
- PatternWithDescription - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if a string matches specified regular expression.
- PatternWithDescription.PatternWithDescriptionList - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Defines several
Patternannotations on the same element. - PatternWithDescriptionMessageParameterCreator - Class in jp.ecuacion.lib.validation.constraints
-
Is a LocalizedMessageParameter creator for PatternWithDescription.
- PatternWithDescriptionMessageParameterCreator() - Constructor for class jp.ecuacion.lib.validation.constraints.PatternWithDescriptionMessageParameterCreator
- PatternWithDescriptionValidator - Class in jp.ecuacion.lib.validation.constraints
-
Checks if a string matches specified regular expression.
- PatternWithDescriptionValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.PatternWithDescriptionValidator
-
Constructs a new instance.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmpty
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyEmpty
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyNotEmpty
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.BooleanString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EnumElement
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.IntegerString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LongString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.PatternWithDescription
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.validation.constraints.SizeString
-
Returns payload.
- PKG - Static variable in class jp.ecuacion.lib.validation.constant.EclibValidationConstants
- procedureBeforeLoopForEachPropertyPath(Object) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualToValidator
- procedureBeforeLoopForEachPropertyPath(Object) - Method in class jp.ecuacion.lib.validation.constraints.GreaterThanValidator
- procedureBeforeLoopForEachPropertyPath(Object) - Method in class jp.ecuacion.lib.validation.constraints.LessThanOrEqualToValidator
- procedureBeforeLoopForEachPropertyPath(Object) - Method in class jp.ecuacion.lib.validation.constraints.LessThanValidator
- procedureBeforeLoopForEachPropertyPath(Object) - Method in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- procedureBeforeLoopForEachPropertyPath(Object) - Method in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmpty
-
Is the array of propertyPath.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyEmpty
-
Is the array of propertyPath.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyNotEmpty
-
Is the array of propertyPath.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen
-
Is a validated field.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan
-
Is the propertyPath being compared.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo
-
Is the propertyPath being compared.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan
-
Is the propertyPath being compared.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo
-
Is the propertyPath being compared.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen
-
Is a validated field.
R
- regexp() - Element in annotation interface jp.ecuacion.lib.validation.constraints.PatternWithDescription
-
Stores a regular expression.
S
- SizeString - Annotation Interface in jp.ecuacion.lib.validation.constraints
-
Checks if the size of a string is within designated min and max.
- SizeStringValidator - Class in jp.ecuacion.lib.validation.constraints
-
Provides the validation logic for
SizeString. - SizeStringValidator() - Constructor for class jp.ecuacion.lib.validation.constraints.SizeStringValidator
-
Constructs a new instance.
- STRING - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
T
- TRUE - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
- typeConversionDateFormat() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan
-
Stores DateTimeFormatter format for type conversion from string to Date.
- typeConversionDateFormat() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo
-
Stores DateTimeFormatter format for type conversion from string to Date.
- typeConversionDateFormat() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan
-
Stores DateTimeFormatter format for type conversion from string to Date.
- typeConversionDateFormat() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo
-
Stores DateTimeFormatter format for type conversion from string to Date.
- typeConversionFromString() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan
-
Offers conversion to designated type from string value before comparing values.
- typeConversionFromString() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo
-
Offers conversion to designated type from string value before comparing values.
- typeConversionFromString() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan
-
Offers conversion to designated type from string value before comparing values.
- typeConversionFromString() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo
-
Offers conversion to designated type from string value before comparing values.
- TypeConversionFromString - Enum Class in jp.ecuacion.lib.validation.constraints.enums
-
Describes the type conversion from String.
V
- VALIDATES_WHEN_CONDITION_NOT_SATISFIED - Static variable in class jp.ecuacion.lib.validation.constraints.EmptyWhenValidator
- VALIDATES_WHEN_CONDITION_NOT_SATISFIED - Static variable in class jp.ecuacion.lib.validation.constraints.NotEmptyWhenValidator
- VALIDATOR_PARAMETER_NULL - Static variable in class jp.ecuacion.lib.validation.constant.EclibValidationConstants
-
Constants used when annotation parameter value is null because parameter cannot be null value.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AllEmptyOrAllNotEmpty.AllEmptyOrAllNotEmptyList
-
Returns an array of Comparison.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyEmpty.AnyEmptyList
-
Returns an array of Comparison.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.AnyNotEmpty.AnyNotEmptyList
-
Returns an array of Comparison.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.EmptyWhen.EmptyWhenList
-
Returns an array of EmptyWhen.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThan.GreaterThanList
-
Returns an array of Comparison.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.GreaterThanOrEqualTo.GreaterThanOrEqualToList
-
Returns an array of Comparison.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThan.LessThanList
-
Returns an array of Comparison.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.LessThanOrEqualTo.LessThanOrEqualToList
-
Returns an array of Comparison.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.NotEmptyWhen.NotEmptyWhenList
-
Returns an array of NotEmptyWhen.
- value() - Element in annotation interface jp.ecuacion.lib.validation.constraints.PatternWithDescription.PatternWithDescriptionList
-
Returns an array of PatternWithDescription.
- VALUE_OF_PROPERTY_PATH - Enum constant in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
- valueOf(String) - Static method in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jp.ecuacion.lib.validation.constraints.enums.TypeConversionFromString
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jp.ecuacion.lib.validation.constraints.enums.ConditionValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jp.ecuacion.lib.validation.constraints.enums.TypeConversionFromString
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values