Class ReachabilityMetadata.Method
java.lang.Object
org.apache.logging.log4j.core.config.plugins.processor.internal.ReachabilityMetadata.Method
- All Implemented Interfaces:
Comparable<ReachabilityMetadata.Method>
- Enclosing class:
ReachabilityMetadata
public static final class ReachabilityMetadata.Method
extends Object
implements Comparable<ReachabilityMetadata.Method>
Specifies a method that needs to be accessed through reflection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameterType(String parameterType) intgetName()(package private) voidtoJson(ReachabilityMetadata.MinimalJsonWriter jsonWriter)
-
Field Details
-
name
-
parameterTypes
-
-
Constructor Details
-
Method
-
-
Method Details
-
getName
-
addParameterType
-
toJson
- Throws:
IOException
-
compareTo
- Specified by:
compareToin interfaceComparable<ReachabilityMetadata.Method>
-