public class TypeInfoQuery extends Object implements TypedApplicationQuery<TypeInfoQueryResult>
| Constructor and Description |
|---|
TypeInfoQuery(org.mule.runtime.api.component.location.Location location) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,org.mule.metadata.api.model.MetadataType> |
getFunctionBindings(MuleApplicationNode muleApplicationNode) |
static Map<String,org.mule.metadata.api.model.MetadataType> |
getGlobalTypeBindings(MuleApplicationNode muleApplicationNode) |
Optional<TypeInfoQueryResult> |
perform(MuleApplicationNode muleApplicationNode,
DataSenseProviderResolver dataSenseProviderResolver,
AstNotification astNotification) |
public TypeInfoQuery(org.mule.runtime.api.component.location.Location location)
public Optional<TypeInfoQueryResult> perform(MuleApplicationNode muleApplicationNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification)
perform in interface TypedApplicationQuery<TypeInfoQueryResult>muleApplicationNode - dataSenseProviderResolver - astNotification - public static Map<String,org.mule.metadata.api.model.MetadataType> getGlobalTypeBindings(MuleApplicationNode muleApplicationNode)
public static Map<String,org.mule.metadata.api.model.MetadataType> getFunctionBindings(MuleApplicationNode muleApplicationNode)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.