Uses of Class
org.mule.runtime.extension.api.property.ResolverInformation
Packages that use ResolverInformation
-
Uses of ResolverInformation in org.mule.runtime.extension.api.property
Methods in org.mule.runtime.extension.api.property that return types with arguments of type ResolverInformationModifier and TypeMethodDescriptionTypeResolversInformationModelProperty.getAttributesResolver()Provides information the output attributes resolver (if any) associated to the Component.TypeResolversInformationModelProperty.getKeysResolver()Provides information of the metadata keys resolver (if any) associated to the Component.TypeResolversInformationModelProperty.getOutputResolver()Provides information of the output resolver (if any) associated to the Component.TypeResolversInformationModelProperty.getParameterResolver(String parameterName) Provides information of the resolver (if any) associated to a given parameter.