Can I use @context parameters as source in mappings? I.e.
@Mapping(target = "field1", source = "param.field")
@Mapping(target = "field2", source = "contextParam")
protected abstract TargetType map(SourceType param, @Context Sometype contextParam);
I get error that there no parameter contextParam for mapping
Can I use @context parameters as source in mappings? I.e.
I get error that there no parameter
contextParamfor mapping