Class DecimalMaxValidatorForCharSequence

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator<CharSequence>
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForCharSequence
All Implemented Interfaces:
ConstraintValidator<DecimalMax,CharSequence>

public class DecimalMaxValidatorForCharSequence extends AbstractDecimalMaxValidator<CharSequence>
Check that the character sequence (e.g. string) being validated represents a number, and has a value less than or equal to the maximum value specified.
Author:
Alaa Nassef, Guillaume Smet