public class EnumValueTypeInfo<T extends Enum<T>> extends Object implements ValueTypeInfo<T>
Constructor and Description |
---|
EnumValueTypeInfo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(T value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNotNull
public <E extends Exception> void visit(T value, ValueVisitor<E> visitor) throws E extends Exception
public <E extends Exception> T create(ValueCreator<E> creator) throws E extends Exception