Uses of Class
org.apache.logging.log4j.core.config.plugins.processor.internal.Annotations.Type
-
Packages that use Annotations.Type Package Description org.apache.logging.log4j.core.config.plugins.processor.internal -
-
Uses of Annotations.Type in org.apache.logging.log4j.core.config.plugins.processor.internal
Fields in org.apache.logging.log4j.core.config.plugins.processor.internal with type parameters of type Annotations.Type Modifier and Type Field Description private java.util.Map<javax.lang.model.element.TypeElement,Annotations.Type>Annotations. typeElementToTypeMapMethods in org.apache.logging.log4j.core.config.plugins.processor.internal that return Annotations.Type Modifier and Type Method Description Annotations.TypeAnnotations. classifyAnnotation(javax.lang.model.element.TypeElement element)static Annotations.TypeAnnotations.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Annotations.Type[]Annotations.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.config.plugins.processor.internal with parameters of type Annotations.Type Modifier and Type Method Description private voidAnnotations. addTypeElementIfExists(javax.lang.model.util.Elements elements, java.lang.CharSequence className, Annotations.Type type)
-