| Package | Description |
|---|---|
| ma.glasnost.orika.test.community.issue41 |
| Modifier and Type | Method and Description |
|---|---|
MyEnum |
MyEnumConverter.convert(String source,
Type<? extends MyEnum> destinationType,
MappingContext context) |
MyEnum |
MyTargetObject.getDirectE() |
MyEnum |
MyTargetSubObject.getE() |
static MyEnum |
MyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyEnum[] |
MyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MyTargetObject.setDirectE(MyEnum directE) |
void |
MyTargetSubObject.setE(MyEnum e) |
| Modifier and Type | Method and Description |
|---|---|
MyEnum |
MyEnumConverter.convert(String source,
Type<? extends MyEnum> destinationType,
MappingContext context) |
Copyright © 2019 Glasnost. All rights reserved.