Uses of Class
org.mapstruct.ap.internal.processor.creation.MappingResolverImpl.MethodMethod
-
Packages that use MappingResolverImpl.MethodMethod Package Description org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor -
-
Uses of MappingResolverImpl.MethodMethod in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation that return MappingResolverImpl.MethodMethod Modifier and Type Method Description private MappingResolverImpl.MethodMethod<T1,T2>MappingResolverImpl.MethodMethod. getBestMatch(Type sourceType, Type targetType)private MappingResolverImpl.MethodMethod<T1,T2>MappingResolverImpl.MethodMethod. getBestMatch(Type sourceType, Type targetType, MappingResolverImpl.BestMatchType matchType)private MappingResolverImpl.MethodMethod<T1,T2>MappingResolverImpl.MethodMethod. getBestMatchIgnoringQualifiersAfterY(Type sourceType, Type targetType)private MappingResolverImpl.MethodMethod<T1,T2>MappingResolverImpl.MethodMethod. getBestMatchIgnoringQualifiersBeforeY(Type sourceType, Type targetType)
-