| Package | Description |
|---|---|
| org.mule.metadata.persistence | |
| org.mule.metadata.persistence.reduced | |
| org.mule.metadata.persistence.serializer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectTypeReferenceHandler
Implementation of
ObjectTypeReferenceHandler which handles references
by looking for the MetadataTypeConstants.REF_FLAG prefix. |
class |
NullObjectTypeReferenceHandler
A null object implementation of
ObjectTypeReferenceHandler which handles
no reference. |
| Constructor and Description |
|---|
JsonMetadataTypeLoader(ObjectTypeReferenceHandler referenceHandler)
Creates a new instance which handles type references through the given
referenceHandler |
JsonMetadataTypeWriter(ObjectTypeReferenceHandler referenceHandler)
Creates a new instance which handles type references through the given
referenceHandler |
MetadataTypeGsonTypeAdapter(ObjectTypeReferenceHandler referenceHandler)
Creates a new instance which handles type references through the given
referenceHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
InnerCatalogObjectTypeReferenceHandler
ObjectTypeReferenceHandler implementation for type serialization
that declare an inner type catalog in its serialized structure. |
| Constructor and Description |
|---|
TypeSerializerVisitor(com.google.gson.stream.JsonWriter writer,
ObjectTypeReferenceHandler handler,
Stack<MetadataType> typeStack,
boolean formatOnReferences) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.