| Package | Description | 
|---|---|
| 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
 (JsonGenerator)
 instances. | 
| Modifier and Type | Method and Description | 
|---|---|
static StreamReadFeature | 
StreamReadFeature.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StreamReadFeature[] | 
StreamReadFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
B | 
TSFBuilder.configure(StreamReadFeature f,
         boolean state)  | 
B | 
TSFBuilder.disable(StreamReadFeature f)  | 
B | 
TSFBuilder.disable(StreamReadFeature first,
       StreamReadFeature... other)  | 
B | 
TSFBuilder.disable(StreamReadFeature first,
       StreamReadFeature... other)  | 
B | 
TSFBuilder.enable(StreamReadFeature f)  | 
B | 
TSFBuilder.enable(StreamReadFeature first,
      StreamReadFeature... other)  | 
B | 
TSFBuilder.enable(StreamReadFeature first,
      StreamReadFeature... other)  | 
boolean | 
JsonParser.isEnabled(StreamReadFeature f)
Method for checking whether specified  
JsonParser.Feature is enabled. | 
boolean | 
JsonFactory.isEnabled(StreamReadFeature f)
Method for checking if the specified stream read feature is enabled. 
 | 
Copyright © 2008–2021 FasterXML. All rights reserved.