Package org.mapstruct.ap.internal.model
Class PresenceCheckMethodResolver
- java.lang.Object
-
- org.mapstruct.ap.internal.model.PresenceCheckMethodResolver
-
public final class PresenceCheckMethodResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePresenceCheckMethodResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static SelectedMethod<SourceMethod>findMatchingPresenceCheckMethod(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx)private static java.util.List<SourceMethod>getAllAvailableMethods(Method method, java.util.List<SourceMethod> sourceModelMethods)static PresenceCheckgetPresenceCheck(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx)private static MethodReferencegetPresenceCheckMethodReference(Method method, SelectedMethod<SourceMethod> matchingMethod, MappingBuilderContext ctx)
-
-
-
Method Detail
-
getPresenceCheck
public static PresenceCheck getPresenceCheck(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx)
-
findMatchingPresenceCheckMethod
private static SelectedMethod<SourceMethod> findMatchingPresenceCheckMethod(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx)
-
getPresenceCheckMethodReference
private static MethodReference getPresenceCheckMethodReference(Method method, SelectedMethod<SourceMethod> matchingMethod, MappingBuilderContext ctx)
-
getAllAvailableMethods
private static java.util.List<SourceMethod> getAllAvailableMethods(Method method, java.util.List<SourceMethod> sourceModelMethods)
-
-