| Package | Description |
|---|---|
| software.amazon.ion |
Public interfaces of the core Ion system.
|
| software.amazon.ion.system |
Public implementation of the core Ion system.
|
| Modifier and Type | Method and Description |
|---|---|
IonSystem |
IonLoader.getSystem()
Gets the
IonSystem from which this loader was created. |
IonSystem |
IonValue.getSystem()
Gets the system that constructed this value.
|
| Modifier and Type | Method and Description |
|---|---|
IonSystem |
IonSystemBuilder.build()
Builds a new
IonSystem instance based on this builder's
configuration properties. |