| Package | Description |
|---|---|
| org.mule.tooling.client.api.extension.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResolverInformation> |
TypeResolversInformationModel.getAttributesResolver()
Provides information the output attributes resolver (if any) associated to the Component.
|
Optional<ResolverInformation> |
TypeResolversInformationModel.getKeysResolver()
Provides information of the metadata keys resolver (if any) associated to the Component.
|
Optional<ResolverInformation> |
TypeResolversInformationModel.getOutputResolver()
Provides information of the output resolver (if any) associated to the Component.
|
Optional<ResolverInformation> |
TypeResolversInformationModel.getParameterResolver(String parameterName)
Provides information of the resolver (if any) associated to a given parameter.
|
Map<String,ResolverInformation> |
TypeResolversInformationModel.getParameterResolvers()
Provides information of all the resolvers (if any) associated with input parameters
|
| Constructor and Description |
|---|
TypeResolversInformationModel(String category,
Map<String,ResolverInformation> inputResolvers,
ResolverInformation outputResolver,
ResolverInformation attributesResolver,
ResolverInformation keysResolver,
boolean partialTypeKeyResolver) |
| Constructor and Description |
|---|
TypeResolversInformationModel(String category,
Map<String,ResolverInformation> inputResolvers,
ResolverInformation outputResolver,
ResolverInformation attributesResolver,
ResolverInformation keysResolver,
boolean partialTypeKeyResolver) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.