Module tools.jackson.databind
Package tools.jackson.databind.deser.jdk
Class StackTraceElementDeserializer.Adapter
java.lang.Object
tools.jackson.databind.deser.jdk.StackTraceElementDeserializer.Adapter
- Enclosing class:
- StackTraceElementDeserializer
Intermediate class used both for convenience of binding and
to support
PropertyNamingStrategy
.
NOTE: MUST remain public
for JDK 17 at least to avoid
needing opening up access separately.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
-
classLoaderName
-
declaringClass
-
format
-
fileName
-
methodName
-
lineNumber
public int lineNumber -
moduleName
-
moduleVersion
-
nativeMethod
public boolean nativeMethod
-
-
Constructor Details
-
Adapter
public Adapter()
-