| Package | Description |
|---|---|
| software.amazon.ion |
Public interfaces of the core Ion system.
|
| software.amazon.ion.util |
Various utilites for working with Ion data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IonValue.accept(ValueVisitor visitor)
Entry point for visitor pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueVisitor
A base class for extending Ion
ValueVisitors. |