public class KeyTypeData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyTypeData.ValueType |
| Constructor and Description |
|---|
KeyTypeData() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getBcp47Keys() |
static Set<String> |
getBcp47KeyTypes(String key) |
static KeyTypeData.ValueType |
getValueType(String key) |
static boolean |
isDeprecated(String key) |
static boolean |
isDeprecated(String key,
String type) |
static String |
toBcpKey(String key) |
static String |
toBcpType(String key,
String type,
Output<Boolean> isKnownKey,
Output<Boolean> isSpecialType) |
static String |
toLegacyKey(String key) |
static String |
toLegacyType(String key,
String type,
Output<Boolean> isKnownKey,
Output<Boolean> isSpecialType) |
public static String toBcpType(String key, String type, Output<Boolean> isKnownKey, Output<Boolean> isSpecialType)
public static String toLegacyType(String key, String type, Output<Boolean> isKnownKey, Output<Boolean> isSpecialType)
public static boolean isDeprecated(String key)
public static KeyTypeData.ValueType getValueType(String key)