Uses of Class
com.fasterxml.jackson.core.StreamReadFeature
-
Packages that use StreamReadFeature Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances. -
-
Uses of StreamReadFeature in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return StreamReadFeature Modifier and Type Method Description static StreamReadFeatureStreamReadFeature. valueOf(java.lang.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.Methods in com.fasterxml.jackson.core with parameters of type StreamReadFeature Modifier and Type Method Description BTSFBuilder. configure(StreamReadFeature f, boolean state)BTSFBuilder. disable(StreamReadFeature f)BTSFBuilder. disable(StreamReadFeature first, StreamReadFeature... other)BTSFBuilder. enable(StreamReadFeature f)BTSFBuilder. enable(StreamReadFeature first, StreamReadFeature... other)booleanJsonFactory. isEnabled(StreamReadFeature f)Method for checking if the specified stream read feature is enabled.booleanJsonParser. isEnabled(StreamReadFeature f)Method for checking whether specifiedJsonParser.Featureis enabled.
-