Package | Description |
---|---|
com.fasterxml.jackson.dataformat.ion | |
com.fasterxml.jackson.dataformat.ion.ionvalue |
Modifier and Type | Method and Description |
---|---|
IonObjectMapper |
IonObjectMapper.configure(IonGenerator.Feature f,
boolean state) |
IonObjectMapper |
IonObjectMapper.configure(IonParser.Feature f,
boolean state) |
IonObjectMapper |
IonObjectMapper.disable(IonGenerator.Feature f) |
IonObjectMapper |
IonObjectMapper.disable(IonParser.Feature f) |
IonObjectMapper |
IonObjectMapper.enable(IonGenerator.Feature f) |
IonObjectMapper |
IonObjectMapper.enable(IonParser.Feature f) |
Constructor and Description |
---|
Builder(IonObjectMapper m) |
IonObjectMapper(IonObjectMapper src) |
Modifier and Type | Class and Description |
---|---|
class |
IonValueMapper
Supports serializing Ion to POJO and back using the Jackson Ion framework.
|
Copyright © 2021 FasterXML. All rights reserved.