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 java.util.List<T>read(com.fasterxml.jackson.core.JsonParser jsonParser)
-
-
-
Method Detail
-
read
java.util.List<T> read(com.fasterxml.jackson.core.JsonParser jsonParser) throws java.io.IOException
- Throws:
java.io.IOException
-
-