| Interface | Description |
|---|---|
| GenericVariantUtil.ArrayHandler<T> |
1.
|
| GenericVariantUtil.ObjectHandler<T> |
1.
|
| Variant |
A Variant represents a type that contain one of: 1) Primitive: A type and corresponding value
(e.g.
|
| Class | Description |
|---|---|
| GenericVariant |
An internal data structure implementing
Variant. |
| GenericVariant.ObjectField |
Variant object field.
|
| GenericVariantBuilder |
Build variant value and metadata by parsing JSON values.
|
| GenericVariantBuilder.FieldEntry |
Temporarily store the information of a field.
|
| GenericVariantUtil |
This class defines constants related to the variant format and provides functions for
manipulating variant binaries.
|
| PathSegment |
A path segment for variant get to represent either an object key access or an array index access.
|
| Enum | Description |
|---|---|
| GenericVariantUtil.Type |
The value type of variant value.
|
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.