Interface AttributeContentValidator<T>

    • Method Detail

      • validate

        java.util.List<ValidationError> validate​(T value,
                                                 AttributeDescriptorModel attributeDescriptor)
        Performs validation on the given arguments.
        Parameters:
        value - the value object
        attributeDescriptor - the attribute descriptor of the given value.