public interface FieldValidator extends Serializable
BaseValidator interface for crank validation. This would get used by commons and our other validation mechanism.
| Modifier and Type | Method and Description |
|---|---|
ValidatorMessageHolder |
validate(Object fieldValue,
String fieldLabel)
Validates a single field.
|
ValidatorMessageHolder validate(Object fieldValue, String fieldLabel)
fieldValue - object to validatefieldLabel - field labelCopyright © 2014. All rights reserved.