public class TestMultiLevelKeyResolver extends Object implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver, org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>
| Modifier and Type | Field and Description |
|---|---|
static String |
AMERICA |
static String |
ARGENTINA |
static String |
BUENOS_AIRES |
static String |
ERROR_MESSAGE |
static String |
EUROPE |
static String |
FRANCE |
static String |
LA_PLATA |
static String |
PARIS |
static String |
SAN_FRANCISCO |
static String |
TEST_MULTI_LEVEL_KEY_RESOLVER |
static String |
USA |
static String |
USA_DISPLAY_NAME |
| Constructor and Description |
|---|
TestMultiLevelKeyResolver() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.metadata.MetadataKey |
buildAmericaKey() |
static org.mule.runtime.api.metadata.MetadataKey |
buildEuropeKey() |
String |
getCategoryName() |
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
LocationKey key) |
Set<org.mule.runtime.api.metadata.MetadataKey> |
getKeys(org.mule.runtime.api.metadata.MetadataContext context) |
String |
getResolverName() |
public static final String ERROR_MESSAGE
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 static final String TEST_MULTI_LEVEL_KEY_RESOLVER
public String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverpublic String getResolverName()
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.TypeKeysResolverpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
LocationKey key)
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 Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext context) 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()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.