public class ResponseRootDeserializer<T> extends Object
| Constructor and Description |
|---|
ResponseRootDeserializer(RootDeserializer<T> rootDeserializer,
boolean empty) |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] bytes,
com.fasterxml.jackson.databind.JavaType invocationTimeType) |
static boolean |
needConvert(Object obj,
com.fasterxml.jackson.databind.JavaType invocationTimeType) |
public ResponseRootDeserializer(RootDeserializer<T> rootDeserializer, boolean empty)
public T deserialize(byte[] bytes, com.fasterxml.jackson.databind.JavaType invocationTimeType) throws IOException
IOExceptionpublic static boolean needConvert(Object obj, com.fasterxml.jackson.databind.JavaType invocationTimeType)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.