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.
|
InjectionStrategy
Strategy for handling injection.
|
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() . |
NullValueCheckStrategy
Strategy for dealing with null source values.
|
NullValueMappingStrategy
Strategy for dealing with
null values passed to mapping methods. |
NullValuePropertyMappingStrategy
Strategy for dealing with
null or not present properties in the source bean. |
Qualifier
Declares an annotation type to be a qualifier.
|
ReportingPolicy
Policy for reporting issues occurring during the generation of a mapper
implementation.
|
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.