Uses of Interface
org.mule.sdk.api.metadata.MetadataContext
Packages that use MetadataContext
-
Uses of MetadataContext in org.mule.sdk.api.metadata
Subinterfaces of MetadataContext in org.mule.sdk.api.metadataModifier and TypeInterfaceDescriptioninterfaceMetadataContextspecialization adding information relevant toChainInputTypeResolverinstances.Methods in org.mule.sdk.api.metadata with parameters of type MetadataContextModifier and TypeMethodDescriptionorg.mule.metadata.api.model.MetadataTypeNullMetadataResolver.getAttributesType(MetadataContext context, Object key) Null implementation ofAttributesTypeResolver, used when no implementation is provided by the connector developer.org.mule.metadata.api.model.MetadataTypeNullMetadataResolver.getInputMetadata(MetadataContext context, Object key) Null implementation ofInputTypeResolver, used when no implementation is provided by the connector developer.NullMetadataResolver.getKeys(MetadataContext context) Null implementation ofTypeKeysResolver, used when no implementation is provided by the connector developer.org.mule.metadata.api.model.MetadataTypeNullMetadataResolver.getOutputType(MetadataContext context, Object key) Null implementation ofOutputTypeResolver, used when no implementation is provided by the connector developer. -
Uses of MetadataContext in org.mule.sdk.api.metadata.resolving
Methods in org.mule.sdk.api.metadata.resolving with parameters of type MetadataContextModifier and TypeMethodDescriptionfinal org.mule.metadata.api.model.MetadataTypeAttributesStaticTypeResolver.getAttributesType(MetadataContext context, Object key) This method resolves the static output type for an attributesOutputModelproxing to theStaticResolver.getStaticMetadata()method.org.mule.metadata.api.model.MetadataTypeAttributesTypeResolver.getAttributesType(MetadataContext context, K key) Given an instance of typeK, resolves theirMetadataType, which represents the type structure.final org.mule.metadata.api.model.MetadataTypeInputStaticTypeResolver.getInputMetadata(MetadataContext context, Object key) This method resolves the static input type for aParameterModelproxing to theStaticResolver.getStaticMetadata()method.org.mule.metadata.api.model.MetadataTypeInputTypeResolver.getInputMetadata(MetadataContext context, K key) Given an instance of typeK, resolves theirMetadataTypewhich represents the type structure.TypeKeysResolver.getKeys(MetadataContext context) final org.mule.metadata.api.model.MetadataTypeOutputStaticTypeResolver.getOutputType(MetadataContext context, Object key) This method resolves the static output type for aOutputModelproxing to theStaticResolver.getStaticMetadata()method.org.mule.metadata.api.model.MetadataTypeOutputTypeResolver.getOutputType(MetadataContext context, K key) Given an instance of typeK, resolves theirMetadataType, which represents the type structure.org.mule.runtime.api.metadata.MetadataKeyPartialTypeKeysResolver.resolveChilds(MetadataContext context, T partial) Further resolves the of types that can be described based on a partial configuration of the Type descriptor, representing them as a multi levelMetadataKey.