Uses of Package
jp.ecuacion.lib.core.jakartavalidation.validator
Packages that use jp.ecuacion.lib.core.jakartavalidation.validator
Package
Description
Provides
jakarta validation validators.-
Classes in jp.ecuacion.lib.core.jakartavalidation.validator used by jp.ecuacion.lib.core.jakartavalidation.validatorClassDescriptionChecks if a string is convertable to
Boolean.Checks if specifieditemPropertyPathis empty only when condition is satisfied.Checks if specifieditemPropertyPathis empty only when condition is satisfied.Checks if an enum value exists.Is valid when the value ofpropertyPathsis greater than the value ofbasisPropertyPath.Is valid when the value ofpropertyPathsis greater than or equal to the value ofbasisPropertyPath.Checks if a string is convertable toInteger.Is valid when the value ofpropertyPathsis less than the value ofbasisPropertyPath.Is valid when the value ofpropertyPathsis less than or equal to the value ofbasisPropertyPath.Checks if a string is convertable toLong.Checks if a string matches specified regular expression.Checks if the size of a string is within designated min and maxx..