public class MultiLevelTypeKeysOutputTypeResolver extends Object implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver, org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>, org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>, org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>
| Modifier and Type | Field and Description |
|---|---|
static String |
AMERICA |
static String |
ARGENTINA |
static String |
BUENOS_AIRES |
static String |
EUROPE |
static String |
FRANCE |
static String |
LA_PLATA |
static String |
PARIS |
static String |
SAN_FRANCISCO |
static String |
USA |
static String |
USA_DISPLAY_NAME |
| Constructor and Description |
|---|
MultiLevelTypeKeysOutputTypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.metadata.MetadataKey |
buildAmericaKey() |
static org.mule.runtime.api.metadata.MetadataKey |
buildEuropeKey() |
org.mule.metadata.api.model.MetadataType |
getAttributesType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
LocationKey locationKey) |
String |
getCategoryName() |
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
LocationKey locationKey) |
Set<org.mule.runtime.api.metadata.MetadataKey> |
getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
LocationKey locationKey) |
String |
getResolverName() |
public static final String AMERICA
public static final String EUROPE
public static final String FRANCE
public static final String ARGENTINA
public static final String USA
public static final String USA_DISPLAY_NAME
public static final String BUENOS_AIRES
public static final String LA_PLATA
public static final String PARIS
public static final String SAN_FRANCISCO
public MultiLevelTypeKeysOutputTypeResolver()
public String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverpublic org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
LocationKey locationKey)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
LocationKey locationKey)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
getInputMetadata in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic org.mule.metadata.api.model.MetadataType getAttributesType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
LocationKey locationKey)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
getAttributesType in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
getKeys in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverorg.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic static org.mule.runtime.api.metadata.MetadataKey buildEuropeKey()
public static org.mule.runtime.api.metadata.MetadataKey buildAmericaKey()
public String getResolverName()
getResolverName in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>getResolverName in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>getResolverName in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverCopyright © 2025 MuleSoft, Inc.. All rights reserved.