public abstract class EnumMapper<E extends Enum<E>> extends Object implements ColumnMapper<E>
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
byName(Class<E> type) |
static <E extends Enum<E>> |
byOrdinal(Class<E> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmap, mappublic static <E extends Enum<E>> ColumnMapper<E> byName(Class<E> type)
public static <E extends Enum<E>> ColumnMapper<E> byOrdinal(Class<E> type)
Copyright © 2017. All rights reserved.