public class MappingEventReader<T> extends Object implements EventReader<T>
| Constructor and Description |
|---|
MappingEventReader(Class<T> eventClass,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onMappingException(com.fasterxml.jackson.databind.JsonMappingException exception) |
List<T> |
read(com.fasterxml.jackson.core.JsonParser jsonParser) |
public List<T> read(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
read in interface EventReader<T>IOExceptionprotected void onMappingException(com.fasterxml.jackson.databind.JsonMappingException exception)
throws IOException
IOExceptionCopyright © 2016–2018 Zalando SE. All rights reserved.