JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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 Details
read
List
<
T
>
read
(com.fasterxml.jackson.core.JsonParser jsonParser)
throws
IOException
Throws:
IOException