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
Deprecated.- See Also:
-
ATTR_MODULE
Deprecated.- See Also:
-
ATTR_MODULE_VERSION
Deprecated.- See Also:
-
ATTR_CLASS
Deprecated.- See Also:
-
ATTR_METHOD
Deprecated.- See Also:
-
ATTR_FILE
Deprecated.- See Also:
-
ATTR_LINE
Deprecated.- See Also:
-
ATTR_EXACT
Deprecated.- See Also:
-
ATTR_LOCATION
Deprecated.- See Also:
-
ATTR_VERSION
Deprecated.- See Also:
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
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.
-