Uses of Class
org.mapstruct.ap.internal.model.source.MethodMatcher.TypeVarCandidate
-
Packages that use MethodMatcher.TypeVarCandidate Package Description org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of MethodMatcher.TypeVarCandidate in org.mapstruct.ap.internal.model.source
Method parameters in org.mapstruct.ap.internal.model.source with type arguments of type MethodMatcher.TypeVarCandidate Modifier and Type Method Description private booleanMethodMatcher.GenericAnalyser. candidatesWithinBounds(java.util.Map<Type,MethodMatcher.TypeVarCandidate> methodParCandidates)Checks whether all found candidates are within the bounds of the method type var.(package private) booleanMethodMatcher.GenericAnalyser. getCandidates(java.util.Map<Type,MethodMatcher.TypeVarCandidate> methodParCandidates)<T, U extends Number> T map( U in )Resolves all method generic parameter candidates(package private) booleanMethodMatcher.GenericAnalyser. getCandidates(Type aCandidateMethodType, Type matchingType, java.util.Map<Type,MethodMatcher.TypeVarCandidate> candidates)
-