Class NullValidator
java.lang.Object
org.apache.bookkeeper.common.conf.validators.NullValidator
- All Implemented Interfaces:
Validator
A validator that does nothing.
-
Method Summary
Modifier and TypeMethodDescriptionstatic NullValidatorof()Return the instance of NullValidator.booleanValidates the configuration value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.bookkeeper.common.conf.Validator
documentation
-
Method Details
-
of
Return the instance of NullValidator.- Returns:
- the instance of NullValidator.
-
validate
Description copied from interface:ValidatorValidates the configuration value.
-