| Interface | Description |
|---|---|
| ReferenceResolver |
| Class | Description |
|---|---|
| InnerCatalogObjectTypeReferenceHandler |
ObjectTypeReferenceHandler implementation for type serialization
that declare an inner type catalog in its serialized structure. |
| ReducedJsonMetadataTypeLoader |
SerializedMetadataTypeLoader that creates instances of MetadataType from JSON representations generated by
ReducedJsonMetadataTypeWriter. |
| ReducedJsonMetadataTypeWriter |
MetadataTypeWriter implementation that serializes a MetadataType object into a JSON
object with a reduced structure by creating a type catalog for all ObjectTypes found. |
| ReducedMetadataTypeGsonTypeAdapter |
Gson TypeAdapter that helps to serialize and deserialize
MetadataType objects, by using both ReducedJsonMetadataTypeWriter and
ReducedJsonMetadataTypeLoader to generate a light-weight JSON for better generation,
transportation and storage. |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.