|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputDecorator | |
---|---|
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. |
Uses of InputDecorator in org.codehaus.jackson |
---|
Fields in org.codehaus.jackson declared as InputDecorator | |
---|---|
protected InputDecorator |
JsonFactory._inputDecorator
Optional helper object that may decorate input sources, to do additional processing on input during parsing. |
Methods in org.codehaus.jackson that return InputDecorator | |
---|---|
InputDecorator |
JsonFactory.getInputDecorator()
Method for getting currently configured input decorator (if any; there is no default decorator). |
Methods in org.codehaus.jackson with parameters of type InputDecorator | |
---|---|
JsonFactory |
JsonFactory.setInputDecorator(InputDecorator d)
Method for overriding currently configured input decorator |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |