public abstract class AbstractJsonObjectsUnmarshaller<T,R,E extends IOException> extends AbstractJsonUnmarshaller<T,List<T>,R,IOException>
| Constructor and Description |
|---|
AbstractJsonObjectsUnmarshaller(Class<T> clazz,
Class<R> errorResponseClass,
Map<Class,Object> injectionValues,
IJsonObjectMarshallingExceptionFactory<R,E> exceptionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected IOException |
createException(R response) |
List<T> |
unmarshal(String body) |
createIOException, toString, unmarshal, validatepublic List<T> unmarshal(String body) throws IOException, E extends IOException
unmarshal in class AbstractJsonUnmarshaller<T,List<T>,R,IOException>IOExceptionprotected IOException createException(R response)
createException in class AbstractJsonUnmarshaller<T,List<T>,R,IOException>Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.