| Class | Description |
|---|---|
| DefaultCollectionDataType |
A data type that represents a generified collection.
|
| DefaultDataTypeBuilder |
Provides a way to build immutable
DataType objects. |
| DefaultDataTypeBuilderFactory | |
| DefaultFunctionDataType |
Basic implementation of
FunctionDataType. |
| DefaultMapDataType |
Implementation of
MapDataType. |
| DefaultMetadataCache |
Default immutable implementation of
MetadataCache |
| DefaultMetadataContext |
Default immutable implementation of
MetadataContext, it provides access to the extension configuration and connection
in the metadata fetch invocation. |
| DefaultMetadataResolverFactory |
Default implementation of the
MetadataResolverFactory, it provides initialized instances of
TypeKeysResolver, TypeKeysResolver and OutputTypeResolver of the classes passed in the
constructor. |
| MuleMetadataService |
Default implementation of the
MetadataService, which provides access to the Metadata of any Component in the
application, using it's Location. |
| NullMetadataResolverFactory |
Null implementation of a
MetadataResolverFactory, which returns a NullMetadataResolver for every resolver
provided by the factory |
| NullMetadataResolverSupplier |
Supplier implementation which returns a NullMetadataResolver instance. |
| SimpleDataType |
A data type that simply wraps a Java type.
|
| Exception | Description |
|---|---|
| InvalidComponentIdException |
Represents that the given
Location is invalid due that the Component could not be found in the current
MuleContext. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.