| Package | Description |
|---|---|
| org.codehaus.jackson |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonParser)
instances. |
| Modifier and Type | Field | Description |
|---|---|---|
protected InputDecorator |
JsonFactory._inputDecorator |
Optional helper object that may decorate input sources, to do
additional processing on input during parsing.
|
| Modifier and Type | Method | Description |
|---|---|---|
InputDecorator |
JsonFactory.getInputDecorator() |
Method for getting currently configured input decorator (if any;
there is no default decorator).
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonFactory |
JsonFactory.setInputDecorator(InputDecorator d) |
Method for overriding currently configured input decorator
|