Package jp.ecuacion.lib.validation.constraints
package jp.ecuacion.lib.validation.constraints
Provides
jakarta validation validators.-
ClassDescriptionChecks if a string is convertable to
Boolean.Provides the validation logic forBooleanString.Checks if specifieditemPropertyPathis empty only when condition is satisfied.Defines severalEmptyWhenannotations on the same element.Is a kind of ValidatorMessageParameterCreator.Provides the validation logic forConditionalEmpty.Checks if an enum value exists.Provides the validation logic forEnumElement.Is valid when the value ofpropertyPathsis greater than the value ofbasisPropertyPath.Defines severalGreaterThanannotations on the same element.Is valid when the value ofpropertyPathsis greater than or equal to the value ofbasisPropertyPath.Defines severalGreaterThanOrEqualToannotations on the same element.Provides the validation logic forGreaterThan.Provides the validation logic forGreaterThan.Checks if a string is convertable toInteger.Provides the validation logic forIntegerString.Is valid when the value ofpropertyPathsis less than the value ofbasisPropertyPath.Defines severalLessThanannotations on the same element.Is valid when the value ofpropertyPathsis less than or equal to the value ofbasisPropertyPath.Defines severalLessThanOrEqualToannotations on the same element.Provides the validation logic forLessThanOrEqualTo.Provides the validation logic forLessThan.Checks if a string is convertible toLong.Provides the validation logic forLongString.Checks if specifieditemPropertyPathis empty only when condition is satisfied.Defines severalNotEmptyWhenannotations on the same element.Is a kind of ValidatorMessageParameterCreator.Provides the validation logic forConditionalNotEmpty.Checks if a string matches specified regular expression.Defines severalPatternannotations on the same element.Checks if a string matches specified regular expression.Checks if the size of a string is within designated min and max.Provides the validation logic forSizeString.