public enum AllowedTypesContext extends Enum<AllowedTypesContext> implements ContextKey
| 枚举常量和说明 |
|---|
allow_null
a boolean, default = true
|
allowed_types
a collection of allowed
Classes |
argument
the object given (may be null)
|
public static final AllowedTypesContext allowed_types
Classespublic static final AllowedTypesContext argument
public static final AllowedTypesContext allow_null
public static AllowedTypesContext[] values()
for (AllowedTypesContext c : AllowedTypesContext.values()) System.out.println(c);
public static AllowedTypesContext valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2026. All rights reserved.