Package org.zalando.fahrschein
Interface EventReader<T>
-
- All Known Implementing Classes:
MappingEventReader
public interface EventReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>read(com.fasterxml.jackson.core.JsonParser jsonParser)
-
-
-
Method Detail
-
read
List<T> read(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
- Throws:
IOException
-
-