Class ValidatorInvocationImpl
java.lang.Object
org.apache.sling.validation.impl.model.ValidatorInvocationImpl
- All Implemented Interfaces:
ValidatorInvocation
-
Constructor Details
-
Method Details
-
getValidatorId
- Specified by:
getValidatorId
in interfaceValidatorInvocation
- Returns:
- the validator id of the
Validator
which is supposed to be called.
-
getParameters
- Specified by:
getParameters
in interfaceValidatorInvocation
- Returns:
- the parameterization of the
Validator.validate(Object, org.apache.sling.validation.spi.ValidatorContext, ValueMap)
call (nevernull
, but might be empty map)
-
getSeverity
- Specified by:
getSeverity
in interfaceValidatorInvocation
- Returns:
- the severity of validation failures emitted for this usage of the validator (as being set in the model).
May be
null
in case it was not set on the model.
-
hashCode
public int hashCode() -
equals
-
toString
-