Package jp.ecuacion.lib.validation.constraints
package jp.ecuacion.lib.validation.constraints
Provides
jakarta validation validators.-
ClassDescriptionIs valid when all of the values of
propertyPathis empty or not empty.Defines severalAllEmptyOrAllNotEmptyannotations on the same element.Provides the validation logic forAllEmptyOrAllNotEmpty.Is valid when at least one of the values ofpropertyPathis empty.Defines severalAnyEmptyannotations on the same element.Provides the validation logic forAnyEmpty.Is valid when at least one of the values ofpropertyPathis not empty.Defines severalAnyNotEmptyannotations on the same element.Provides the validation logic forAnyNotEmpty.Checks if a string is convertable toBoolean.Provides the validation logic forBooleanString.Checks if specifiedpropertyPathis 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 ofpropertyPathis greater than the value ofbasisPropertyPath.Defines severalGreaterThanannotations on the same element.Is valid when the value ofpropertyPathis 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 ofpropertyPathis less than the value ofbasisPropertyPath.Defines severalLessThanannotations on the same element.Is valid when the value ofpropertyPathis 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 specifiedpropertyPathis not 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.Is a LocalizedMessageParameter creator for PatternWithDescription.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.