Uses of Class
org.mapstruct.Qualifier
-
Packages that use Qualifier 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 Qualifier in org.mapstruct
Classes in org.mapstruct with annotations of type Qualifier Modifier and Type Class Description interface
Named
Marks mapping methods with the given qualifier name.
-