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