Module jp.ecuacion.lib.core
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 specifiedfieldis empty only whenconditionFieldhas specified value.Defines severalConditionalEmptyannotations on the same element.Provides the validation logic forEnumElement.Checks if specifiedfieldis not empty only whenconditionFieldhas specified value.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.THIS IS NOT A VALIDTOR.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.THIS IS NOT A VALIDTOR.