T - type of the object being validatedpublic interface AttributeContentValidator<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValidationError> |
validate(T value,
AttributeDescriptorModel attributeDescriptor)
Performs validation on the given arguments.
|
java.util.List<ValidationError> validate(T value, AttributeDescriptorModel attributeDescriptor)
value - the value objectattributeDescriptor - the attribute descriptor of the given value.Copyright © 2018 SAP SE. All Rights Reserved.