Class ExtendedStackTraceElementMixIn
java.lang.Object
org.apache.logging.log4j.core.jackson.ExtendedStackTraceElementMixIn
- All Implemented Interfaces:
Serializable
Deprecated.
Mix-in for
ExtendedStackTraceElement.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.protected static final StringDeprecated.private static final longDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringDeprecated.abstract booleangetExact()Deprecated.abstract ExtendedClassInfoDeprecated.abstract StringDeprecated.abstract intDeprecated.abstract StringDeprecated.abstract StringDeprecated.(package private) abstract StackTraceElementDeprecated.abstract StringDeprecated.abstract booleanDeprecated.
-
Field Details
-
ATTR_CLASS_LOADER_NAME
-
ATTR_MODULE
-
ATTR_MODULE_VERSION
-
ATTR_CLASS
-
ATTR_METHOD
-
ATTR_FILE
-
ATTR_LINE
-
ATTR_EXACT
-
ATTR_LOCATION
-
ATTR_VERSION
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
ExtendedStackTraceElementMixIn
-
-
Method Details
-
getClassName
Deprecated. -
getExact
public abstract boolean getExact()Deprecated. -
getExtraClassInfo
Deprecated. -
getFileName
Deprecated. -
getLineNumber
public abstract int getLineNumber()Deprecated. -
getLocation
Deprecated. -
getMethodName
Deprecated. -
getStackTraceElement
Deprecated. -
getVersion
Deprecated. -
isNativeMethod
public abstract boolean isNativeMethod()Deprecated.
-