Class MaxConstraint
- java.lang.Object
-
- com.github.damianwajser.validator.constraint.AbstractConstraint
-
- com.github.damianwajser.validator.constraint.global.MaxConstraint
-
@Deprecated public class MaxConstraint extends AbstractConstraint implements javax.validation.ConstraintValidator<Max,Object>
Deprecated.
-
-
Field Summary
-
Fields inherited from class com.github.damianwajser.validator.constraint.AbstractConstraint
excludes, isNulleable
-
-
Constructor Summary
Constructors Constructor Description MaxConstraint()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleanhasError(Object field, javax.validation.ConstraintValidatorContext cxt)Deprecated.voidinitialize(Max field)Deprecated.-
Methods inherited from class com.github.damianwajser.validator.constraint.AbstractConstraint
getCurrentHttpMethod, getCurrentHttpRequest, isExcluded, isValid
-
-
-
-
Method Detail
-
initialize
public void initialize(Max field)
Deprecated.
-
hasError
protected boolean hasError(Object field, javax.validation.ConstraintValidatorContext cxt)
Deprecated.- Specified by:
hasErrorin classAbstractConstraint
-
-