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