Class ReachabilityMetadata.Field
- java.lang.Object
-
- org.apache.logging.log4j.core.config.plugins.processor.internal.ReachabilityMetadata.Field
-
- All Implemented Interfaces:
Comparable<ReachabilityMetadata.Field>
- Enclosing class:
- ReachabilityMetadata
public static final class ReachabilityMetadata.Field extends Object implements Comparable<ReachabilityMetadata.Field>
Specifies a field that needs to be accessed through reflection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ReachabilityMetadata.Field other)StringgetName()
-
-
-
Constructor Detail
-
Field
public Field(String name)
-
-
Method Detail
-
getName
public String getName()
-
compareTo
public int compareTo(ReachabilityMetadata.Field other)
- Specified by:
compareToin interfaceComparable<ReachabilityMetadata.Field>
-
-