public class EnumInstantiator extends AbstractInstantiator<Enum<?>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EnumInstantiator(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getOrderedFieldNames() |
Enum<?> |
newInstance() |
addReferer, resolveclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic EnumInstantiator(String type)
public List<String> getOrderedFieldNames()
getOrderedFieldNames in class AbstractInstantiator<Enum<?>>public Enum<?> newInstance()
newInstance in class AbstractInstantiator<Enum<?>>