public enum DozerCacheType extends Enum<DozerCacheType>
Enum Constant and Description |
---|
CLASS_MAPPINGS |
CONVERTER_BY_DEST_TYPE |
SUPER_TYPE_CHECK |
Modifier and Type | Method and Description |
---|---|
static DozerCacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DozerCacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DozerCacheType CONVERTER_BY_DEST_TYPE
public static final DozerCacheType SUPER_TYPE_CHECK
public static final DozerCacheType CLASS_MAPPINGS
public static DozerCacheType[] values()
for (DozerCacheType c : DozerCacheType.values()) System.out.println(c);
public static DozerCacheType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2005-2014 dozer. All Rights Reserved.