Uses of Class
org.apache.logging.log4j.core.config.plugins.processor.internal.ReachabilityMetadata.Type
-
Packages that use ReachabilityMetadata.Type Package Description org.apache.logging.log4j.core.config.plugins.processor org.apache.logging.log4j.core.config.plugins.processor.internal -
-
Uses of ReachabilityMetadata.Type in org.apache.logging.log4j.core.config.plugins.processor
Fields in org.apache.logging.log4j.core.config.plugins.processor with type parameters of type ReachabilityMetadata.Type Modifier and Type Field Description private java.util.Map<java.lang.String,ReachabilityMetadata.Type>GraalVmProcessor. reachableTypes -
Uses of ReachabilityMetadata.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 ReachabilityMetadata.Type Modifier and Type Field Description private java.util.Collection<ReachabilityMetadata.Type>ReachabilityMetadata.Reflection. typesMethod parameters in org.apache.logging.log4j.core.config.plugins.processor.internal with type arguments of type ReachabilityMetadata.Type Modifier and Type Method Description static voidReachabilityMetadata. writeReflectConfig(java.util.Collection<ReachabilityMetadata.Type> types, java.io.OutputStream output)Writes the contents of areflect-config.jsonfile.Constructor parameters in org.apache.logging.log4j.core.config.plugins.processor.internal with type arguments of type ReachabilityMetadata.Type Constructor Description Reflection(java.util.Collection<ReachabilityMetadata.Type> types)
-