public class NoOpFieldNameValidator extends java.lang.Object implements FieldNameValidator
This class should not be considered a part of the public API.
Constructor and Description |
---|
NoOpFieldNameValidator() |
Modifier and Type | Method and Description |
---|---|
FieldNameValidator |
getValidatorForField(java.lang.String fieldName)
Gets a new validator to use for the value of the field with the given name.
|
boolean |
validate(java.lang.String fieldName)
Returns true if the field name is valid, false otherwise.
|
public boolean validate(java.lang.String fieldName)
FieldNameValidator
validate
in interface FieldNameValidator
fieldName
- the field namepublic FieldNameValidator getValidatorForField(java.lang.String fieldName)
FieldNameValidator
getValidatorForField
in interface FieldNameValidator
fieldName
- the field nameCopyright © 2010 - 2020 Adobe. All Rights Reserved