public abstract class AbstractJsonObjectUnmarshaller<T,R,E extends IOException> extends Object
| Constructor and Description |
|---|
AbstractJsonObjectUnmarshaller(Class<T> clazz,
Class<R> errorResponseClass,
Map<Class,Object> injectionValues,
IJsonObjectMapperExceptionFactory<R,E> exceptionFactory) |
| Modifier and Type | Method and Description |
|---|---|
T |
unmarshal(InputStream inputStream) |
T |
unmarshal(String body) |
public T unmarshal(InputStream inputStream) throws IOException, E extends IOException
IOExceptionpublic T unmarshal(String body) throws IOException, E extends IOException
IOExceptionCopyright © 2007–2017 Andreas Bartels. All rights reserved.