| Interface | Description |
|---|---|
| TypedDefinitionAdapterFactory.Resolver<T> |
Provides a mapping of typedDefinition "typeName"s (which are the union tags) to their
corresponding Java classes.
|
| UnionAdapterFactory.Resolver<T> |
Provides a mapping of typedDefinition "typeName"s (which are the union tags) to their
corresponding Java classes.
|
| Class | Description |
|---|---|
| TypedDefinitionAdapterFactory<T> |
GSON
TypeAdapterFactory for "typedDefinition" and
"flatTypedDefinition". |
| UnionAdapterFactory<T> |
GSON
TypeAdapterFactory for Pegasus style unions. |