| Modifier and Type | Method and Description |
|---|---|
default <T> T |
decode(InputStream inputStream) |
<T> T |
decode(InputStream inputStream,
Class<T> type) |
<T> T |
decode(InputStream inputStream,
com.fasterxml.jackson.core.type.TypeReference<T> type) |
byte[] |
encode(Object request) |
<T> T decode(InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> type) throws Exception
Exception<T> T decode(InputStream inputStream, Class<T> type) throws Exception
Exceptiondefault <T> T decode(InputStream inputStream) throws Exception
ExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.