| 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 |
|---|---|
IonStruct |
IonStruct.clone() |
IonStruct |
IonStruct.cloneAndRemove(String... fieldNames)
Clones this struct, excluding certain fields.
|
IonStruct |
IonStruct.cloneAndRetain(String... fieldNames)
Clones this struct, including only certain fields.
|
IonStruct |
ValueFactory.newEmptyStruct()
Constructs a new empty (not null)
struct instance. |
IonStruct |
ValueFactory.newNullStruct()
Constructs a new
null.struct instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueVisitor.visit(IonStruct value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueVisitor.visit(IonStruct value) |