Uses of Annotation Type
org.mapstruct.Condition
Packages that use Condition
Package
Description
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 ConditionModifier and TypeClassDescription@interfaceThis annotation marks a method as a check method to check if a source parameter needs to be mapped.