Uses of Interface
com.fasterxml.jackson.core.FormatFeature
-
Packages that use FormatFeature Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactory
used for constructing JSON parser (JsonParser
) and generator (JsonGenerator
) instances. -
-
Uses of FormatFeature in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return types with arguments of type FormatFeature Modifier and Type Method Description java.lang.Class<? extends FormatFeature>
JsonFactory. getFormatReadFeatureType()
Method for accessing kind ofFormatFeature
that a parserJsonParser
produced by this factory would accept, if any;null
returned if none.java.lang.Class<? extends FormatFeature>
JsonFactory. getFormatWriteFeatureType()
Method for accessing kind ofFormatFeature
that a parserJsonGenerator
produced by this factory would accept, if any;null
returned if none.
-