Uses of Interface
org.mule.sdk.api.metadata.resolving.NamedTypeResolver
Packages that use NamedTypeResolver
-
Uses of NamedTypeResolver in org.mule.sdk.api.metadata
Classes in org.mule.sdk.api.metadata that implement NamedTypeResolverModifier and TypeClassDescriptionfinal classNull implementation ofInputTypeResolver,AttributesTypeResolverandTypeKeysResolver, used to represent the absence of any of them when required. -
Uses of NamedTypeResolver in org.mule.sdk.api.metadata.resolving
Subinterfaces of NamedTypeResolver in org.mule.sdk.api.metadata.resolvingModifier and TypeInterfaceDescriptioninterfaceHandles the dynamicMetadataTyperesolving for the output attributes of an associated component.interfaceA type resolver to specify the payload and attributes types that enter the inner chain within a scope or route.interfaceHandles the dynamicMetadataTyperesolving for the Content parameter of an associated component.interfaceHandles the dynamicMetadataTyperesolving for the output of an associated component.interfaceHandles the construction of a customMetadataTypein any format to be set in aTypedcomponent statically when building the extension avoiding dynamically metadata resolution when we know exactly the non necessarily java type structure at compile time.Classes in org.mule.sdk.api.metadata.resolving that implement NamedTypeResolverModifier and TypeClassDescriptionclassStaticResolverimplementation for the attributesOutputModel.classStaticResolverimplementation for theParameterModels.classStaticResolverimplementation for theOutputModels.