|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputDecorator | |
---|---|
com.fasterxml.jackson.core | 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 com.fasterxml.jackson.core |
---|
Fields in com.fasterxml.jackson.core 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 com.fasterxml.jackson.core that return InputDecorator | |
---|---|
InputDecorator |
JsonFactory.getInputDecorator()
Method for getting currently configured input decorator (if any; there is no default decorator). |
Methods in com.fasterxml.jackson.core with parameters of type InputDecorator | |
---|---|
JsonFactory |
JsonFactory.setInputDecorator(InputDecorator d)
Method for overriding currently configured input decorator |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |