public interface FieldNameValidator
Modifier and Type | Method | Description |
---|---|---|
FieldNameValidator |
getValidatorForFieldβ(String fieldName) |
Gets a new validator to use for the value of the field with the given name.
|
boolean |
validateβ(String fieldName) |
Returns true if the field name is valid, false otherwise.
|
boolean validateβ(String fieldName)
fieldName
- the field nameFieldNameValidator getValidatorForFieldβ(String fieldName)
fieldName
- the field name