Uses of Interface
com.fasterxml.jackson.core.FormatFeature

Packages that use FormatFeature
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. 
 

Uses of FormatFeature in com.fasterxml.jackson.core
 

Methods in com.fasterxml.jackson.core that return types with arguments of type FormatFeature
 Class<? extends FormatFeature> JsonFactory.getFormatReadFeatureType()
          Method for accessing kind of FormatFeature that a parser JsonParser produced by this factory would accept, if any; null returned if none.
 Class<? extends FormatFeature> JsonFactory.getFormatWriteFeatureType()
          Method for accessing kind of FormatFeature that a parser JsonGenerator produced by this factory would accept, if any; null returned if none.
 



Copyright © 2008-2016 FasterXML. All Rights Reserved.