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<String,Object> injectionValues,
Collection<com.fasterxml.jackson.databind.deser.DeserializationProblemHandler> problemHandlers,
IJsonObjectMarshallingExceptionFactory<R,E> exceptionFactory) |
AbstractJsonObjectsUnmarshaller(Class<T> clazz,
Class<R> errorResponseClass,
Map<String,Object> injectionValues,
IJsonObjectMarshallingExceptionFactory<R,E> exceptionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected List<T> |
_unmarshal(InputStream stream) |
protected IOException |
createException(R response) |
createIOException, unmarshal, unmarshal, validatepublic AbstractJsonObjectsUnmarshaller(Class<T> clazz, Class<R> errorResponseClass, Map<String,Object> injectionValues, IJsonObjectMarshallingExceptionFactory<R,E> exceptionFactory)
public AbstractJsonObjectsUnmarshaller(Class<T> clazz, Class<R> errorResponseClass, Map<String,Object> injectionValues, Collection<com.fasterxml.jackson.databind.deser.DeserializationProblemHandler> problemHandlers, IJsonObjectMarshallingExceptionFactory<R,E> exceptionFactory)
protected List<T> _unmarshal(InputStream stream) 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–2019 Andreas W. Bartels. All rights reserved.