public static enum JsonContext.ContextValue extends Enum<JsonContext.ContextValue>
| 枚举常量和说明 |
|---|
ARRAY |
OBJECT_KEY |
OBJECT_VALUE |
public static final JsonContext.ContextValue OBJECT_KEY
public static final JsonContext.ContextValue OBJECT_VALUE
public static final JsonContext.ContextValue ARRAY
public static JsonContext.ContextValue[] values()
for (JsonContext.ContextValue c : JsonContext.ContextValue.values()) System.out.println(c);
public static JsonContext.ContextValue valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2025. All rights reserved.