Uses of Package
org.mapstruct
Packages that use org.mapstruct
Package
Description
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.
-
Classes in org.mapstruct used by org.mapstructClassDescriptionStrategy for propagating the value of collection-typed properties from source to target.This annotation marks a method as a presence check method to check for presence in beans or it can be used to define additional check methods for something like source parameters.Strategy for defining what to what a condition (check) method is applied toStrategy for handling injection.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().Strategy for dealing with null source values.Strategy for dealing withnullvalues passed to mapping methods.Strategy for dealing withnullor not present properties in the source bean.Declares an annotation type to be a qualifier.Policy for reporting issues occurring during the generation of a mapper implementation.Strategy for dealing with subclassMapping annotated methods.