| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.ion | 
| Modifier and Type | Method and Description | 
|---|---|
| IonFactory | IonFactoryBuilder. build() | 
| IonFactory | IonFactory. copy() | 
| static IonFactory | IonFactory. forBinaryWriters()Method for creating  IonFactorythat will
 create binary (not textual) writers. | 
| static IonFactory | IonFactory. forTextualWriters()Method for creating  IonFactorythat will
 create textual (not binary) writers. | 
| IonFactory | IonObjectMapper. getFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| static IonObjectMapper.Builder | IonObjectMapper. builder(IonFactory streamFactory) | 
| Constructor and Description | 
|---|
| IonFactory(IonFactory src,
          com.fasterxml.jackson.core.ObjectCodec oc) | 
| IonFactoryBuilder(IonFactory base) | 
| IonObjectMapper(IonFactory f) | 
Copyright © 2019 FasterXML. All rights reserved.