Class DefaultAttributeContentValidator<T>

java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.impl.DefaultAttributeContentValidator<T>
Type Parameters:
T - the Object type being validated.
All Implemented Interfaces:
AttributeContentValidator<T>

public class DefaultAttributeContentValidator<T> extends Object implements AttributeContentValidator<T>
Default and generic implementation of the AttributeContentValidator. Works as a dispatcher to other AttributeValidators, by processing all validations stored in injected in this Bean if a Predicate<AttributeDesciptorModel> holds true.