Uses of Class
org.apache.logging.log4j.core.config.plugins.validation.constraints.ValidPort
-
Packages that use ValidPort Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.config.plugins.validation.validators ConstraintValidator implementations for the constraint annotations.org.apache.logging.log4j.core.net Log4j 2 network support.org.apache.logging.log4j.couchdb The classes in this package contain the Apache CouchDB provider for the NoSQL Appender. -
-
Uses of ValidPort in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender with annotations of type ValidPort Modifier and Type Field Description private intSocketAppender.AbstractBuilder. port -
Uses of ValidPort in org.apache.logging.log4j.core.config.plugins.validation.validators
Fields in org.apache.logging.log4j.core.config.plugins.validation.validators declared as ValidPort Modifier and Type Field Description private ValidPortValidPortValidator. annotationMethods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type ValidPort Modifier and Type Method Description voidValidPortValidator. initialize(ValidPort annotation) -
Uses of ValidPort in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net with annotations of type ValidPort Modifier and Type Field Description private intSocketAddress.Builder. port -
Uses of ValidPort in org.apache.logging.log4j.couchdb
Method parameters in org.apache.logging.log4j.couchdb with annotations of type ValidPort Modifier and Type Method Description static CouchDbProviderCouchDbProvider. createNoSqlProvider(java.lang.String databaseName, java.lang.String protocol, java.lang.String server, java.lang.String port, java.lang.String username, java.lang.String password, java.lang.String factoryClassName, java.lang.String factoryMethodName)Factory method for creating an Apache CouchDB provider within the plugin manager.
-