public interface MetadataResolverFactory
MetadataKeysResolver, MetadataKeysResolver,
MetadataOutputResolver and QueryEntityResolver resolving types associated to a Component| Modifier and Type | Method and Description |
|---|---|
<T> org.mule.runtime.api.metadata.resolving.MetadataContentResolver<T> |
getContentResolver()
Provides an instance of the
MetadataContentResolver type associated to the Component |
org.mule.runtime.api.metadata.resolving.MetadataKeysResolver |
getKeyResolver()
Provides an instance of the
MetadataKeysResolver type associated to the Component |
<T> org.mule.runtime.api.metadata.resolving.MetadataAttributesResolver<T> |
getOutputAttributesResolver()
Provides an instance of the
MetadataAttributesResolver type associated to the Component |
<T> org.mule.runtime.api.metadata.resolving.MetadataOutputResolver<T> |
getOutputResolver()
Provides an instance of the
MetadataOutputResolver type associated to the Component |
org.mule.runtime.api.metadata.resolving.QueryEntityResolver |
getQueryEntityResolver()
Provides an instance of the
QueryEntityResolver type associated to a query operation. |
org.mule.runtime.api.metadata.resolving.MetadataKeysResolver getKeyResolver()
MetadataKeysResolver type associated to the ComponentMetadataKeysResolver<T> org.mule.runtime.api.metadata.resolving.MetadataContentResolver<T> getContentResolver()
MetadataContentResolver type associated to the ComponentMetadataContentResolver<T> org.mule.runtime.api.metadata.resolving.MetadataOutputResolver<T> getOutputResolver()
MetadataOutputResolver type associated to the ComponentMetadataOutputResolver<T> org.mule.runtime.api.metadata.resolving.MetadataAttributesResolver<T> getOutputAttributesResolver()
MetadataAttributesResolver type associated to the ComponentMetadataAttributesResolverorg.mule.runtime.api.metadata.resolving.QueryEntityResolver getQueryEntityResolver()
QueryEntityResolver type associated to a query operation.QueryEntityResolver instance.Copyright © 2016 MuleSoft, Inc.. All rights reserved.