|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE)
@Target(value={FIELD,METHOD})
public @interface DTOAttribute
| Optional Element Summary | |
|---|---|
String |
addMethod
iterate-type setter method |
String |
converter
for dozer-mapping: name of a Class |
boolean |
copyByReference
for dozer-mapping: true when call-by-reference |
boolean |
oneWay
for dozer-mapping: true when one-way (from annotated to generated) |
String |
path
Reflector.path to take the attribute of the pojo FROM |
String |
property
name of the pojo.property to write the value TO |
String |
type
the type of the property, default is the same type as origin's |
String |
usage
reference to DTO.usage (when multiple DTO annotations exist per class) |
public abstract String usage
public abstract String path
public abstract String property
public abstract String converter
public abstract boolean copyByReference
public abstract boolean oneWay
public abstract String type
public abstract String addMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||