Package org.mapstruct.ap.internal.model
Class BuilderFinisherMethodResolver
java.lang.Object
org.mapstruct.ap.internal.model.BuilderFinisherMethodResolver
Factory for creating the appropriate builder finisher method.
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic MethodReferencegetBuilderFinisherMethod(Method method, BuilderType builderType, MappingBuilderContext ctx)
-
Method Details
-
getBuilderFinisherMethod
public static MethodReference getBuilderFinisherMethod(Method method, BuilderType builderType, MappingBuilderContext ctx)
-