| Package | Description |
|---|---|
| org.mule.metadata.persistence | |
| org.mule.metadata.persistence.deserializer |
| Class and Description |
|---|
JsonMetadataTypeWriter
TypeWriter that serializes MetadataType objects into a readable and processable JSON file, that
can be deserialized again into a MetadataType using JsonMetadataTypeLoader. |
| ObjectTypeReferenceHandler
Allows to serialize and deserealize
ObjectType instances
which are not explicitly defined but instead pointed at by some means |
| SerializationContext
Contains state which affects many serializers or type adapters
involved in the process of marshalling a
MetadataType |
| TypeAnnotationSerializer
Serializer for
TypeAnnotation. |
| TypeAnnotationSerializerFactory
Factory class for instances of
TypeAnnotationSerializer which have been enriched with SPI discovered implementations
of TypeAnnotationSerializer |
| Class and Description |
|---|
JsonMetadataTypeLoader
TypeLoader that creates instances of MetadataType from JSON representations generated by
JsonMetadataTypeWriter. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.