Class MethodMatcher.TypeVarCandidate
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.MethodMatcher.TypeVarCandidate
-
- Enclosing class:
- MethodMatcher
private static class MethodMatcher.TypeVarCandidate extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Typematchprivate java.util.List<Type.ResolvedPair>pairs
-
Constructor Summary
Constructors Modifier Constructor Description privateTypeVarCandidate()
-
-
-
Field Detail
-
match
private Type match
-
pairs
private java.util.List<Type.ResolvedPair> pairs
-
-