Uses of Class
org.mapstruct.Mapping
-
Packages that use Mapping 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. -
-
Uses of Mapping in org.mapstruct
Methods in org.mapstruct that return Mapping Modifier and Type Method Description Mapping[]
value()
The configuration of the bean attributes.
-