| Package | Description | 
|---|---|
| org.mapstruct | 
 MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating
 mapping code at compile time, following a convention-over-configuration approach. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | AfterMappingMarks a method to be invoked at the end of a generated mapping method, right before the last  returnstatement
 of the mapping method. | 
| interface  | BeforeMappingMarks a method to be invoked at the beginning of a generated mapping method. | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.