Uses of Class
org.mapstruct.Condition
-
Packages that use Condition 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 Condition in org.mapstruct
Classes in org.mapstruct with annotations of type Condition Modifier and Type Class Description interface
SourceParameterCondition
This annotation marks a method as a check method to check if a source parameter needs to be mapped.
-