public interface StaticResolver extends NamedTypeResolver
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
STATIC_RESOLVER_NAME |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getStaticMetadata()
Creates a new
MetadataType |
getCategoryName, getResolverNamestatic final String STATIC_RESOLVER_NAME
org.mule.metadata.api.model.MetadataType getStaticMetadata()
MetadataTypeMetadataType to be set in a Typed component.Copyright © 2020 MuleSoft, Inc.. All rights reserved.