Package | Description |
---|---|
com.fasterxml.jackson.dataformat.ion | |
com.fasterxml.jackson.dataformat.ion.ionvalue |
Class and Description |
---|
IonFactory
Sub-class of
JsonFactory that will work on Ion content, instead of JSON
content. |
IonFactoryBuilder
TSFBuilder
implementation for constructing IonFactory instances. |
IonGenerator
Implementation of
JsonGenerator that will use an underlying
IonWriter for actual writing of content. |
IonGenerator.Feature
Enumeration that defines all toggleable features for Ion generators
|
IonObjectMapper
Specialization of
ObjectMapper that will set underlying
JsonFactory
to be an instance of IonFactory . |
IonObjectMapper.Builder
Base implementation for "Vanilla"
ObjectMapper , used with
Ion backend. |
IonParser
Implementation of
JsonParser that will use an underlying
IonReader as actual parser, and camouflage it as json parser. |
IonParser.Feature
Enumeration that defines all togglable features for Ion parsers.
|
IonWriteContext
Extension of JsonWriteContexts that recognizes sexps
|
Class and Description |
---|
IonObjectMapper
Specialization of
ObjectMapper that will set underlying
JsonFactory
to be an instance of IonFactory . |
Copyright © 2021 FasterXML. All rights reserved.