public class NumberAttributeContentValidator extends AbstractAttributeContentValidator<java.lang.Object>
| Constructor and Description |
|---|
NumberAttributeContentValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.lang.String> |
getConstraints() |
java.util.List<ValidationError> |
validate(java.lang.Object value,
AttributeDescriptorModel attribute)
Performs validation on the given arguments.
|
addValidationError, getConstraintMap, getValidationErrorsProvider, setValidationErrorsProviderpublic java.util.List<ValidationError> validate(java.lang.Object value, AttributeDescriptorModel attribute)
AttributeContentValidatorvalue - the value objectattribute - the attribute descriptor of the given value.protected java.util.Set<java.lang.String> getConstraints()
Copyright © 2018 SAP SE. All Rights Reserved.