Package org.apache.bval.constraints
Class DecimalMinValidator.ForNumber
- java.lang.Object
-
- org.apache.bval.constraints.DecimalMinValidator<Number>
-
- org.apache.bval.constraints.DecimalMinValidator.ForNumber
-
- All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.DecimalMin,Number>
- Enclosing class:
- DecimalMinValidator<T>
public static class DecimalMinValidator.ForNumber extends DecimalMinValidator<Number>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bval.constraints.DecimalMinValidator
DecimalMinValidator.ForNumber, DecimalMinValidator.ForString
-
-
Constructor Summary
Constructors Constructor Description ForNumber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValid(Number value, jakarta.validation.ConstraintValidatorContext context)
-
Methods inherited from class org.apache.bval.constraints.DecimalMinValidator
initialize, isValid
-
-
-
-
Method Detail
-
isValid
public boolean isValid(Number value, jakarta.validation.ConstraintValidatorContext context)
-
-