| Package | Description |
|---|---|
| org.mule.metadata.persistence | |
| org.mule.metadata.persistence.reduced |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJsonMetadataTypeWriter
Base class for
MetadataTypeWriters implementations that serialize MetadataType objects into a readable and
processable JSON file, that can be deserialize again into a MetadataType using a SerializedMetadataTypeLoader. |
class |
JsonMetadataTypeWriter
MetadataTypeWriter implementation that serialize a full MetadataType structure to a matching JSON object. |
| Constructor and Description |
|---|
BaseMetadataTypeGsonTypeAdapter(MetadataTypeWriter writer,
SerializedMetadataTypeLoader loader) |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.