public class MinFloatValueValidator extends Object implements ConstraintValidator
Min. float validator
Copyright 2010 (C) by Martin Ganserer
| Constructor and Description |
|---|
MinFloatValueValidator() |
| Modifier and Type | Method and Description |
|---|---|
ConstraintViolation |
validate(Object objValue,
Annotation constraint)
Validates the given value against the supplied constraint.
|
public ConstraintViolation validate(Object objValue, Annotation constraint)
ConstraintValidatorvalidate in interface ConstraintValidatorobjValue - the value that will be checkedconstraint - the constraint that the value will be checked againstCopyright © 2015. All rights reserved.