Package org.mapstruct
Annotation Type SourcePropertyName
-
@Target(PARAMETER) @Retention(CLASS) public @interface SourcePropertyName
This annotation marks a presence check method parameter as a source property name parameter.This parameter enables conditional filtering based on source property name at run-time. Parameter must be of type
String
and can be present only inCondition
method.- Since:
- 1.6
- Author:
- Oliver Erhart