|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteEntitySettings | |
|---|---|
| com.univocity.parsers.remote | |
| Uses of RemoteEntitySettings in com.univocity.parsers.remote |
|---|
| Classes in com.univocity.parsers.remote with type parameters of type RemoteEntitySettings | |
|---|---|
class |
Paginator<E extends RemoteEntitySettings,P extends PaginationContext>
An abstract class that allows EntityParserInterface implementations that work
with RemoteEntitySettings to access multiple pages of remote content that needs to parsed. |
class |
RemoteEntityList<S extends RemoteEntitySettings>
A list of remote entities to be parsed by some implementation of EntityParserInterface,
and their specific configurations. |
class |
RemoteFollower<S extends RemoteEntitySettings,T extends RemoteEntityList<S>,R extends RemoteParserSettings>
An abstract class that allow parsers that use RemoteParserSettings and RemoteEntityList to access and
parse linked pages. |
| Fields in com.univocity.parsers.remote declared as RemoteEntitySettings | |
|---|---|
protected S |
RemoteFollower.entitySettings
|
protected E |
Paginator.entitySettings
|
| Constructors in com.univocity.parsers.remote with parameters of type RemoteEntitySettings | |
|---|---|
RemoteEntitySettings(String entityName,
S entitySettings,
RemoteEntitySettings parentEntity)
Internal constructor to be invoked the subclasses of EntitySettings |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||