Class ExtendedClassInfo
java.lang.Object
org.apache.logging.log4j.core.impl.ExtendedClassInfo
- All Implemented Interfaces:
Serializable
Class and package data used with a
StackTraceElement
in a ExtendedStackTraceElement
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExtendedClassInfo
(boolean exact, String location, String version) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getExact()
int
hashCode()
void
renderOn
(StringBuilder output, TextRenderer textRenderer) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
exact
private final boolean exact -
location
-
version
-
-
Constructor Details
-
ExtendedClassInfo
Constructs a new instance.- Parameters:
exact
-location
-version
-
-
-
Method Details