| Package | Description |
|---|---|
| software.amazon.ion |
Public interfaces of the core Ion system.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IonSystem
Entry point to all things Ion.
|
| Modifier and Type | Method and Description |
|---|---|
ValueFactory |
IonSequence.add()
Provides a factory that when invoked constructs a new value and
adds it to this sequence. |
ValueFactory |
IonSequence.add(int index)
Provides a factory that when invoked constructs a new value and
adds it to this sequence at the specified position. |
ValueFactory |
IonDatagram.add(int index)
This inherited method is not yet supported by datagrams.
|
ValueFactory |
IonStruct.add(String fieldName)
Provides a factory that when invoked constructs a new value and
adds it to this struct using the given
fieldName. |
ValueFactory |
IonStruct.put(String fieldName)
Provides a factory that when invoked constructs a new value and
puts it into this struct using the given
fieldName. |