- All Superinterfaces:
NamedTypeResolver
- All Known Implementing Classes:
AttributesStaticTypeResolver,InputStaticTypeResolver,OutputStaticTypeResolver
Handles the construction of a custom
MetadataType in any format to be set in a Typed component statically when
building the extension avoiding dynamically metadata resolution when we know exactly the non necessarily java type structure at
compile time.
Provided implementations of this interfaces should be used and not this one directly.
- Since:
- 1.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.metadata.api.model.MetadataTypeCreates a newMetadataTypeMethods inherited from interface org.mule.sdk.api.metadata.resolving.NamedTypeResolver
getCategoryName, getResolverName
-
Field Details
-
STATIC_RESOLVER_NAME
- See Also:
-
-
Method Details
-
getStaticMetadata
org.mule.metadata.api.model.MetadataType getStaticMetadata()Creates a newMetadataType- Returns:
- a new
MetadataTypeto be set in aTypedcomponent.
-