@ProviderType
public interface ValidatorInvocation
Validator
).Modifier and Type | Method and Description |
---|---|
ValueMap |
getParameters() |
java.lang.Integer |
getSeverity() |
java.lang.String |
getValidatorId() |
@Nonnull java.lang.String getValidatorId()
Validator
which is supposed to be called.@Nonnull ValueMap getParameters()
Validator.validate(Object, org.apache.sling.validation.spi.ValidatorContext, ValueMap)
call (never null
, but might be empty map)@CheckForNull java.lang.Integer getSeverity()
null
in case it was not set on the model.Copyright © 2022 The Apache Software Foundation. All rights reserved.