Class NullValidator
- java.lang.Object
-
- org.apache.bookkeeper.common.conf.validators.NullValidator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NullValidatorof()Return the instance of NullValidator.booleanvalidate(java.lang.String name, java.lang.Object value)Validates the configuration value.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.bookkeeper.common.conf.Validator
documentation
-
-
-
-
Method Detail
-
of
public static NullValidator of()
Return the instance of NullValidator.- Returns:
- the instance of NullValidator.
-
validate
public boolean validate(java.lang.String name, java.lang.Object value)Description copied from interface:ValidatorValidates the configuration value.
-
-