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