|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface Mapper
This annotation denotes configuration for DTO mappings.
| Optional Element Summary | |
|---|---|
java.lang.String[] |
checkbox
If specified, the listed strings denote properties that come from a checkbox component, thus the mapping must consider that the properties may or may not come. |
java.lang.Class<? extends MapperConfigurator> |
configurator
Class that will perform custom mapping configuration. |
java.lang.String[] |
excludes
Excludes property list. |
java.lang.String[] |
includes
Includes property list. |
public abstract java.lang.Class<? extends MapperConfigurator> configurator
public abstract java.lang.String[] includes
public abstract java.lang.String[] excludes
public abstract java.lang.String[] checkbox
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||