Uses of Class
org.mapstruct.ap.internal.processor.creation.MappingResolverImpl.BestMatchType
-
Packages that use MappingResolverImpl.BestMatchType Package Description org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor -
-
Uses of MappingResolverImpl.BestMatchType in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation that return MappingResolverImpl.BestMatchType Modifier and Type Method Description static MappingResolverImpl.BestMatchTypeMappingResolverImpl.BestMatchType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MappingResolverImpl.BestMatchType[]MappingResolverImpl.BestMatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mapstruct.ap.internal.processor.creation with parameters of type MappingResolverImpl.BestMatchType Modifier and Type Method Description private MappingResolverImpl.MethodMethod<T1,T2>MappingResolverImpl.MethodMethod. getBestMatch(Type sourceType, Type targetType, MappingResolverImpl.BestMatchType matchType)
-