| Package | Description |
|---|---|
| org.mule.runtime.api.metadata.resolving |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
AttributesTypeResolver.getAttributesType(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which represents the type structure. |
Set<MetadataKey> |
QueryEntityResolver.getEntityKeys(MetadataContext context)
Resolves the
Set of entities that can be queried in the DSQL operation that uses this resolver,
representing them as a Set of MetadataKey. |
org.mule.metadata.api.model.MetadataType |
QueryEntityResolver.getEntityMetadata(MetadataContext context,
String key)
Given a
String representing the id of one of the entities, resolves the corresponding entity MetadataType, |
org.mule.metadata.api.model.MetadataType |
InputTypeResolver.getInputMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType which represents the type structure. |
Set<MetadataKey> |
TypeKeysResolver.getKeys(MetadataContext context)
|
org.mule.metadata.api.model.MetadataType |
OutputTypeResolver.getOutputType(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which represents the type structure. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.