| Constructor and Description |
|---|
EnumCodec() |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
parseEnumName(String name,
List<String> elems) |
static Integer |
parseEnumValue(Integer number,
List<String> elems) |
static String |
readEnumFromIndex(int idx,
List<String> elems) |
public static Integer parseEnumName(String name, List<String> elems) throws ConvertOverflowException
ConvertOverflowExceptionpublic static Integer parseEnumValue(Integer number, List<String> elems) throws ConvertOverflowException
ConvertOverflowExceptionCopyright © 2025 PingCAP. All rights reserved.