Class ReachabilityMetadata.Reflection
- java.lang.Object
-
- org.apache.logging.log4j.core.config.plugins.processor.internal.ReachabilityMetadata.Reflection
-
- Enclosing class:
- ReachabilityMetadata
public static final class ReachabilityMetadata.Reflection extends java.lang.ObjectCollection of reflection metadata.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection<ReachabilityMetadata.Type>types
-
Constructor Summary
Constructors Constructor Description Reflection(java.util.Collection<ReachabilityMetadata.Type> types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidtoJson(ReachabilityMetadata.MinimalJsonWriter jsonWriter)
-
-
-
Field Detail
-
types
private final java.util.Collection<ReachabilityMetadata.Type> types
-
-
Constructor Detail
-
Reflection
public Reflection(java.util.Collection<ReachabilityMetadata.Type> types)
-
-
Method Detail
-
toJson
void toJson(ReachabilityMetadata.MinimalJsonWriter jsonWriter) throws java.io.IOException
- Throws:
java.io.IOException
-
-