public interface MetadataResolverFactory
TypeKeysResolver, TypeKeysResolver,
OutputTypeResolver and QueryEntityResolver resolving types associated to a Component| Modifier and Type | Method and Description |
|---|---|
<T> org.mule.runtime.api.metadata.resolving.InputTypeResolver<T> |
getInputResolver(String parameterName)
Provides an instance of the
InputTypeResolver type associated to the Component |
Collection<org.mule.runtime.api.metadata.resolving.InputTypeResolver> |
getInputResolvers()
Provides all the
InputTypeResolver associated to the parameters of the Component. |
org.mule.runtime.api.metadata.resolving.TypeKeysResolver |
getKeyResolver()
Provides an instance of the
TypeKeysResolver type associated to the Component |
<T> org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<T> |
getOutputAttributesResolver()
Provides an instance of the
AttributesTypeResolver type associated to the Component |
<T> org.mule.runtime.api.metadata.resolving.OutputTypeResolver<T> |
getOutputResolver()
Provides an instance of the
OutputTypeResolver 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.TypeKeysResolver getKeyResolver()
TypeKeysResolver type associated to the ComponentTypeKeysResolver<T> org.mule.runtime.api.metadata.resolving.InputTypeResolver<T> getInputResolver(String parameterName)
InputTypeResolver type associated to the ComponentInputTypeResolverCollection<org.mule.runtime.api.metadata.resolving.InputTypeResolver> getInputResolvers()
InputTypeResolver associated to the parameters of the Component.Collection of InputTypeResolver<T> org.mule.runtime.api.metadata.resolving.OutputTypeResolver<T> getOutputResolver()
OutputTypeResolver type associated to the ComponentOutputTypeResolver<T> org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<T> getOutputAttributesResolver()
AttributesTypeResolver type associated to the ComponentAttributesTypeResolverorg.mule.runtime.api.metadata.resolving.QueryEntityResolver getQueryEntityResolver()
QueryEntityResolver type associated to a query operation.QueryEntityResolver instance.Copyright © 2017 MuleSoft, Inc.. All rights reserved.