Package | Description |
---|---|
com.fasterxml.jackson.dataformat.ion |
Modifier and Type | Method and Description |
---|---|
static IonObjectMapper.Builder |
IonObjectMapper.builder()
A builder for a mapper that will use textual writers by default.
|
static IonObjectMapper.Builder |
IonObjectMapper.builder(IonFactory streamFactory) |
static IonObjectMapper.Builder |
IonObjectMapper.builder(com.amazon.ion.IonSystem ionSystem)
A builder for a mapper that will use textual writers by default and the
provided
IonSystem . |
static IonObjectMapper.Builder |
IonObjectMapper.builderForBinaryWriters()
A builder for a mapper that will use binary writers by default.
|
static IonObjectMapper.Builder |
IonObjectMapper.builderForBinaryWriters(com.amazon.ion.IonSystem ionSystem)
A builder for a mapper that will use binary writers by default and the
provided
IonSystem |
static IonObjectMapper.Builder |
IonObjectMapper.builderForTextualWriters()
A builder for a mapper that will use textual writers by default.
|
static IonObjectMapper.Builder |
IonObjectMapper.builderForTextualWriters(com.amazon.ion.IonSystem ionSystem)
A builder for a mapper that will use textual writers by default and the
provided
IonSystem . |
IonObjectMapper.Builder |
IonObjectMapper.Builder.configure(IonGenerator.Feature feature,
boolean state) |
IonObjectMapper.Builder |
IonObjectMapper.Builder.configure(IonParser.Feature feature,
boolean state) |
IonObjectMapper.Builder |
IonObjectMapper.Builder.disable(IonGenerator.Feature... features) |
IonObjectMapper.Builder |
IonObjectMapper.Builder.disable(IonParser.Feature... features) |
IonObjectMapper.Builder |
IonObjectMapper.Builder.enable(IonGenerator.Feature... features) |
IonObjectMapper.Builder |
IonObjectMapper.Builder.enable(IonParser.Feature... features) |
Copyright © 2021 FasterXML. All rights reserved.