| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayReadHandler
Provides an ArrayReader to Transit to use in incrementally parsing
an array representation of a value.
|
interface |
MapReadHandler
Provides a MapReader to Transit to use in incrementally parsing
a map representation of a value.
|
| Modifier and Type | Method and Description |
|---|---|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in,
Map<String,ReadHandler> customHandlers)
Creats a reader instance.
|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in,
Map<String,ReadHandler> customHandlers,
DefaultReadHandler customDefaultHandler)
Creats a reader instance.
|
Copyright © 2014. All rights reserved.