Uses of Class
org.mapstruct.ap.internal.processor.creation.MappingResolverImpl.ResolvingAttempt
-
Packages that use MappingResolverImpl.ResolvingAttempt Package Description org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor -
-
Uses of MappingResolverImpl.ResolvingAttempt in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation declared as MappingResolverImpl.ResolvingAttempt Modifier and Type Field Description private MappingResolverImpl.ResolvingAttemptMappingResolverImpl.ConversionMethod. attemptprivate MappingResolverImpl.ResolvingAttemptMappingResolverImpl.MethodConversion. attemptprivate MappingResolverImpl.ResolvingAttemptMappingResolverImpl.MethodMethod. attemptMethods in org.mapstruct.ap.internal.processor.creation with parameters of type MappingResolverImpl.ResolvingAttempt Modifier and Type Method Description (package private) static AssignmentMappingResolverImpl.ConversionMethod. getBestMatch(MappingResolverImpl.ResolvingAttempt att, Type sourceType, Type targetType)(package private) static AssignmentMappingResolverImpl.MethodConversion. getBestMatch(MappingResolverImpl.ResolvingAttempt att, Type sourceType, Type targetType)(package private) static AssignmentMappingResolverImpl.MethodMethod. getBestMatch(MappingResolverImpl.ResolvingAttempt att, Type sourceType, Type targetType)private voidMappingResolverImpl.ConversionAssignment. report(FormattingMessager messager, MappingResolverImpl.ResolvingAttempt attempt, Message message)(package private) voidMappingResolverImpl.ConversionAssignment. reportMessageWhenNarrowing(FormattingMessager messager, MappingResolverImpl.ResolvingAttempt attempt)Constructors in org.mapstruct.ap.internal.processor.creation with parameters of type MappingResolverImpl.ResolvingAttempt Constructor Description ConversionMethod(MappingResolverImpl.ResolvingAttempt attempt, java.util.List<T> methods, java.util.function.Function<SelectedMethod<T>,Assignment> create)MethodConversion(MappingResolverImpl.ResolvingAttempt attempt, java.util.List<T> methods, java.util.function.Function<SelectedMethod<T>,Assignment> create)MethodMethod(MappingResolverImpl.ResolvingAttempt attempt, java.util.List<T1> xMethods, java.util.List<T2> yMethods, java.util.function.Function<SelectedMethod<T1>,Assignment> xCreate, java.util.function.Function<SelectedMethod<T2>,Assignment> yCreate)
-