Class NumberAttributeContentValidator

    • Constructor Detail

      • NumberAttributeContentValidator

        public NumberAttributeContentValidator()
    • Method Detail

      • validate

        public java.util.List<ValidationError> validate​(java.lang.Object value,
                                                        AttributeDescriptorModel attribute)
        Description copied from interface: AttributeContentValidator
        Performs validation on the given arguments.
        Parameters:
        value - the value object
        attribute - the attribute descriptor of the given value.
      • getConstraints

        protected java.util.Set<java.lang.String> getConstraints()