Uses of Interface
org.apache.sling.validation.spi.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in org.apache.sling.validation.impl.util
Methods in org.apache.sling.validation.impl.util with parameters of type ValidatorModifier and TypeMethodDescriptionstatic Class<?>
ValidatorTypeUtil.getValidatorType
(Validator<?> validator) -
Uses of Validator in org.apache.sling.validation.impl.validators
Classes in org.apache.sling.validation.impl.validators that implement ValidatorModifier and TypeClassDescriptionclass
Performs regular expressions validation on the supplied data with the help of thePattern
class.