|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||