@Target(value={ANNOTATION_TYPE,METHOD}) @Inherited public @interface EnumMapper
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue
Default value used when from enum value is not mappable to to enum.
|
Class<? extends Enum> |
from
Enumeration used as source of mapping.
|
Class<? extends Enum> |
to
Enumeration used as destination of mapping.
|
public abstract Class<? extends Enum> from
public abstract Class<? extends Enum> to
public abstract String defaultValue
Copyright © 2016. All Rights Reserved.