Uses of Annotation Type
org.apache.logging.log4j.core.config.plugins.validation.constraints.ValidHost
Packages that use ValidHost
Package
Description
Log4j 2 Appenders.
ConstraintValidator implementations for the constraint annotations.
Log4j 2 network support.
The classes in this package contain the Apache CouchDB provider for the NoSQL Appender.
-
Uses of ValidHost in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender with annotations of type ValidHost -
Uses of ValidHost in org.apache.logging.log4j.core.config.plugins.validation.validators
Fields in org.apache.logging.log4j.core.config.plugins.validation.validators declared as ValidHostMethods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type ValidHost -
Uses of ValidHost in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net with annotations of type ValidHost -
Uses of ValidHost in org.apache.logging.log4j.couchdb
Method parameters in org.apache.logging.log4j.couchdb with annotations of type ValidHostModifier and TypeMethodDescriptionstatic CouchDbProvider
CouchDbProvider.createNoSqlProvider
(String databaseName, String protocol, String server, String port, String username, String password, String factoryClassName, String factoryMethodName) Factory method for creating an Apache CouchDB provider within the plugin manager.