Package | Description |
---|---|
org.apache.logging.log4j.core.config.plugins.validation |
Constraint validators for plugin factory methods.
|
org.apache.logging.log4j.core.config.plugins.validation.validators |
ConstraintValidator implementations for the constraint annotations.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ConstraintValidator<?>> |
ConstraintValidators.findValidators(Annotation... annotations)
Finds all relevant
ConstraintValidator objects from an array of annotations. |
Modifier and Type | Class and Description |
---|---|
class |
RequiredValidator
Validator that checks an object for emptiness.
|
class |
ValidHostValidator
Validator that checks an object to verify it is a valid hostname or IP address.
|
class |
ValidPortValidator
Validator that checks an object to verify it is a valid port number (an integer between 0 and 65535).
|
Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.