| 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. | 
| Class and Description | 
|---|
| CollectionMappingStrategy Strategy for propagating the value of collection-typed properties from source to target. | 
| MappingInheritanceStrategy Strategy for inheriting configurations given for methods of prototype mapping methods (declared on mapper config
 classes) to actual mapping methods declared on mappers referring to such config class via  Mapper.config(). | 
| NullValueMappingStrategy Strategy for dealing with  nullvalues passed to mapping methods. | 
| ReportingPolicy Policy for reporting issues occurring during the generation of a mapper
 implementation. | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.