T - the Object type being validated.public class CompositeAttributeContentValidator<T> extends java.lang.Object implements AttributeContentValidator<T>
AttributeContentValidator| Constructor and Description |
|---|
CompositeAttributeContentValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AttributeContentValidator> |
getValidators() |
void |
setValidators(java.util.List<AttributeContentValidator> validators) |
java.util.List<ValidationError> |
validate(T value,
AttributeDescriptorModel attributeDescriptor)
Performs validation on the given arguments.
|
public java.util.List<ValidationError> validate(T value, AttributeDescriptorModel attributeDescriptor)
AttributeContentValidatorvalidate in interface AttributeContentValidator<T>value - the value objectattributeDescriptor - the attribute descriptor of the given value.protected java.util.List<AttributeContentValidator> getValidators()
public void setValidators(java.util.List<AttributeContentValidator> validators)
Copyright © 2018 SAP SE. All Rights Reserved.