@InterfaceAudience.Public public interface Validator
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
documentation()
Return the documentation for a given validator.
|
boolean |
validate(java.lang.String name,
java.lang.Object value)
Validates the configuration value.
|
boolean validate(java.lang.String name,
java.lang.Object value)
name - name of the configuration settingvalue - value of the configuration settingdefault java.lang.String documentation()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.