public class JacksonObjectMapperClassReplacement extends ThirdPartyMethodReplacementClass
CONSUME_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
JacksonObjectMapperClassReplacement() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
convertValue(Object caller,
Object fromValue,
Class<T> toValueType) |
protected String |
getNameOfThirdPartyTargetClass() |
static <T> T |
readValue_EM_0(Object caller,
String content,
Object valueType) |
static <T> T |
readValue_EM_1(Object caller,
String content,
Object valueTypeRef) |
static <T> T |
readValue(Object caller,
InputStream src,
Class<T> valueType) |
static <T> T |
readValue(Object caller,
InputStream src,
Object valueType) |
static <T> T |
readValue(Object caller,
String content,
Class<T> valueType) |
getField, getOriginal, getOriginalConstructor, getOriginalStaticMethod, getTargetClass, getTargetClass, getTargetClassNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAvailableprotected String getNameOfThirdPartyTargetClass()
getNameOfThirdPartyTargetClass in class ThirdPartyMethodReplacementClasspublic static <T> T readValue(Object caller, InputStream src, Class<T> valueType) throws Throwable
Throwablepublic static <T> T readValue(Object caller, InputStream src, Object valueType) throws Throwable
Throwablepublic static <T> T readValue_EM_0(Object caller, String content, Object valueType) throws Throwable
Throwablepublic static <T> T readValue_EM_1(Object caller, String content, Object valueTypeRef) throws Throwable
Throwablepublic static <T> T readValue(Object caller, String content, Class<T> valueType) throws Throwable
ThrowableCopyright © 2016–2024. All rights reserved.