Package com.bc.ceres.binding.validators
Class ValueSetValidator
java.lang.Object
com.bc.ceres.binding.validators.ValueSetValidator
- All Implemented Interfaces:
Validator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validateValue
(Property property, Object value) Validates a value with respect to a provided property.
-
Constructor Details
-
ValueSetValidator
-
-
Method Details
-
validateValue
Description copied from interface:Validator
Validates a value with respect to a provided property.- Specified by:
validateValue
in interfaceValidator
- Parameters:
property
- The property.value
- The value to be validated.- Throws:
ValidationException
- If validation fails.
-