Uses of Class
org.mapstruct.Builder
-
Packages that use Builder 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 Builder in org.mapstruct
Methods in org.mapstruct that return Builder Modifier and Type Method Description Builder
builder()
The information that should be used for the builder mappings.Builder
builder()
The information that should be used for the builder mappings.Builder
builder()
The information that should be used for the builder mappings.
-