Class DefaultAttributeContentValidator<T>

  • Type Parameters:
    T - the Object type being validated.
    All Implemented Interfaces:
    AttributeContentValidator<T>

    public class DefaultAttributeContentValidator<T>
    extends java.lang.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.