mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#761 fixing cloudbees issue.
This commit is contained in:
parent
15b6afef58
commit
18912727ca
@ -93,9 +93,9 @@ public @interface MapMapping {
|
|||||||
Class<? extends Annotation>[] valueQualifiedBy() default { };
|
Class<? extends Annotation>[] valueQualifiedBy() default { };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* String-based form of qualifiers; When looking for a suitable mapping method to map this map mapping method's value
|
* String-based form of qualifiers; When looking for a suitable mapping method to map this map mapping method's
|
||||||
* type, MapStruct will only consider those methods carrying directly or indirectly (i.e. on the class-level) a
|
* value type, MapStruct will only consider those methods carrying directly or indirectly (i.e. on the class-level)
|
||||||
* {@link Named} annotation for each of the specified qualifier names.
|
* a {@link Named} annotation for each of the specified qualifier names.
|
||||||
* <p>
|
* <p>
|
||||||
* Note that annotation-based qualifiers are generally preferable as they allow more easily to find references and
|
* Note that annotation-based qualifiers are generally preferable as they allow more easily to find references and
|
||||||
* are safe for refactorings, but name-based qualifiers can be a less verbose alternative when requiring a large
|
* are safe for refactorings, but name-based qualifiers can be a less verbose alternative when requiring a large
|
||||||
|
Loading…
x
Reference in New Issue
Block a user