Class CompositeAttributeContentValidator<T>
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.impl.CompositeAttributeContentValidator<T>
- Type Parameters:
T- the Object type being validated.
- All Implemented Interfaces:
AttributeContentValidator<T>
public class CompositeAttributeContentValidator<T>
extends Object
implements AttributeContentValidator<T>
Composite Validator to perform validation with multiple
AttributeContentValidator-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<AttributeContentValidator>voidsetValidators(List<AttributeContentValidator> validators) validate(T value, AttributeDescriptorModel attributeDescriptor) Performs validation on the given arguments.
-
Constructor Details
-
CompositeAttributeContentValidator
public CompositeAttributeContentValidator()
-
-
Method Details
-
validate
Description copied from interface:AttributeContentValidatorPerforms validation on the given arguments.- Specified by:
validatein interfaceAttributeContentValidator<T>- Parameters:
value- the value objectattributeDescriptor- the attribute descriptor of the givenvalue.
-
getValidators
-
setValidators
-