public static enum DeserializerStringCache.CacheScope extends java.lang.Enum<DeserializerStringCache.CacheScope>
| Enum Constant and Description |
|---|
APPLICATION_SCOPE |
GLOBAL_SCOPE |
| Modifier and Type | Method and Description |
|---|---|
static DeserializerStringCache.CacheScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeserializerStringCache.CacheScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeserializerStringCache.CacheScope APPLICATION_SCOPE
public static final DeserializerStringCache.CacheScope GLOBAL_SCOPE
public static DeserializerStringCache.CacheScope[] values()
for (DeserializerStringCache.CacheScope c : DeserializerStringCache.CacheScope.values()) System.out.println(c);
public static DeserializerStringCache.CacheScope valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null