Class NumberAttributeContentValidator

java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.attributevalidators.AbstractAttributeContentValidator<Object>
de.hybris.platform.cmsfacades.cmsitems.attributevalidators.NumberAttributeContentValidator
All Implemented Interfaces:
AttributeContentValidator<Object>
Direct Known Subclasses:
DoubleAttributeContentValidator, FloatAttributeContentValidator, IntegerAttributeContentValidator, LongAttributeContentValidator

public class NumberAttributeContentValidator extends AbstractAttributeContentValidator<Object>
Integer validator adds validation errors when the value does not respects the attribute's constraints.
  • Constructor Details

    • NumberAttributeContentValidator

      public NumberAttributeContentValidator()
  • Method Details