Class MinFloatValueValidator
java.lang.Object
net.sourceforge.jbizmo.commons.validation.util.validator.MinFloatValueValidator
- All Implemented Interfaces:
ConstraintValidator
Min. float validator
Copyright 2010 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidate(Object objValue, Annotation constraint) Validate the given value against the supplied constraint
-
Constructor Details
-
MinFloatValueValidator
public MinFloatValueValidator()
-
-
Method Details
-
validate
Description copied from interface:ConstraintValidatorValidate the given value against the supplied constraint- Specified by:
validatein interfaceConstraintValidator- Parameters:
objValue- the value that will be checkedconstraint- the constraint that the value will be checked against- Returns:
- a
ConstraintViolationobject if there was a violation of the constraint, or null otherwise
-