Package jp.ecuacion.lib.core.jakartavalidation.validator
package jp.ecuacion.lib.core.jakartavalidation.validator
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 severalConditionalEmptyannotations on the same element.Provides the validation logic forEnumElement.Checks if specifieditemPropertyPathis empty only when condition is satisfied.Defines severalConditionalNotEmptyannotations on the same element.Provides the validation logic forEnumElement.Checks if an enum value exists.Provides the validation logic forEnumElement.Checks if a string is convertable toInteger.Provides the validation logic forIntegerString.Checks if a string is convertable toLong.Provides the validation logic forLongString.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 maxx..Provides the validation logic forSizeString.