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