| Class | Description |
|---|---|
| ComponentMetadataResult<T extends org.mule.runtime.api.meta.model.ComponentModel> | |
| ComponentResultTypeAdapter |
A
TypeAdapter to handle ComponentMetadataResult instances |
| DefaultImplementationTypeAdapterFactory<S,T extends S> |
TypeAdapterFactory implementation, which creates TypeAdapters that for any subclass of S,
fixes the serialization and desearilization to unique class T. |
| ElementDslModelTypeAdapter |
A
TypeAdapter for serializing instances of ParameterDslConfiguration |
| ExtensionModelTypeAdapter |
A
TypeAdapter to handle ExtensionModel instances |
| ImportedTypesModelTypeAdapter |
TypeAdapter implementation which serializes ImportedTypeModel instances |
| ModelPropertyMapTypeAdapter |
TypeAdapter implementation that knows how to serialize and deserialize Map<Class<? extends ModelProperty>, ModelProperty>. |
| ModelPropertyMapTypeAdapterFactory |
Creates a
ModelPropertyMapTypeAdapter when GSON requires a serialization of deserialization of
Map<Class<? extends ModelProperty>, ModelProperty> type. |
| MuleVersionTypeAdapter |
TypeAdapter implementation which serializes MuleVersion instances |
| OperationModelTypeAdapter |
A
TypeAdapter for serializing instances of OperationModel and all its
child interfaces |
| OperationModelTypeAdapterFactory |
A
TypeAdapterFactory which yields instances of OperationModelTypeAdapter |
| RestrictedTypesObjectTypeReferenceHandler |
Implementation of
ObjectTypeReferenceHandler which only uses references for the ObjectType present in the
ExtensionModel catalogue types obtained through ExtensionModel.getTypes(). |
| RestrictiveTypeAdapterFactory<S,I extends S> |
TypeAdapterFactory implementation, which creates TypeAdapters that only for a class of type S,
fixes the serialization and deserialization to a unique class I. |
| SubTypesModelTypeAdapter |
TypeAdapter implementation which serializes SubTypesModel instances |
| XmlDslModelTypeAdapter |
A
TypeAdapter for serializing instances of XmlDslModel |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.