Uses of Interface
org.apache.sling.validation.model.ValidatorInvocation
Packages that use ValidatorInvocation
-
Uses of ValidatorInvocation in org.apache.sling.validation.impl.model
Classes in org.apache.sling.validation.impl.model that implement ValidatorInvocationMethods in org.apache.sling.validation.impl.model that return types with arguments of type ValidatorInvocationConstructor parameters in org.apache.sling.validation.impl.model with type arguments of type ValidatorInvocationModifierConstructorDescriptionprotected
ResourcePropertyImpl
(String name, String nameRegex, boolean isMultiple, boolean isRequired, List<ValidatorInvocation> validators) Is only supposed to be used fromResourcePropertyBuilder
. -
Uses of ValidatorInvocation in org.apache.sling.validation.model
Methods in org.apache.sling.validation.model that return types with arguments of type ValidatorInvocationModifier and TypeMethodDescription@NotNull List<ValidatorInvocation>
ResourceProperty.getValidatorInvocations()
Returns a list ofValidatorInvocation
s which should be applied on this property.