| Package | Description | 
|---|---|
| com.fasterxml.jackson.core | Main public API classes of the core streaming JSON
 processor: most importantly  JsonFactoryused for constructing
 JSON parser (JsonParser)
 and generator
 (JsonGenerator)
 instances. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected InputDecorator | TSFBuilder. _inputDecoratorOptional helper object that may decorate input sources, to do
 additional processing on input during parsing. | 
| protected InputDecorator | JsonFactory. _inputDecoratorOptional helper object that may decorate input sources, to do
 additional processing on input during parsing. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputDecorator | JsonFactory. getInputDecorator()Method for getting currently configured input decorator (if any;
 there is no default decorator). | 
| InputDecorator | TSFBuilder. inputDecorator() | 
| Modifier and Type | Method and Description | 
|---|---|
| B | TSFBuilder. inputDecorator(InputDecorator dec) | 
| JsonFactory | JsonFactory. setInputDecorator(InputDecorator d)Deprecated. 
 Since 2.10 use  TSFBuilder.inputDecorator(InputDecorator)instead | 
Copyright © 2008–2021 FasterXML. All rights reserved.