Package org.mapstruct.ap.internal.model
Class StreamMappingMethod.Builder
java.lang.Object
org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder<StreamMappingMethod.Builder,StreamMappingMethod>
org.mapstruct.ap.internal.model.ContainerMappingMethodBuilder<StreamMappingMethod.Builder,StreamMappingMethod>
org.mapstruct.ap.internal.model.StreamMappingMethod.Builder
- Enclosing class:
StreamMappingMethod
public static class StreamMappingMethod.Builder
extends ContainerMappingMethodBuilder<StreamMappingMethod.Builder,StreamMappingMethod>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MappingBuilderContextprotected Methodprotected StreamMappingMethod.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypegetElementType(Type parameterType) protected AssignmentgetWrapper(Assignment assignment, Method method) protected StreamMappingMethodinstantiateMappingMethod(Method method, Collection<String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, String loopVariableName, List<LifecycleCallbackMethodReference> beforeMappingMethods, List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters) mappingContext(MappingBuilderContext mappingContext) Methods inherited from class org.mapstruct.ap.internal.model.ContainerMappingMethodBuilder
build, callingContextTargetPropertyName, formattingParameters, positionHint, selectionParameters, shouldUsePropertyNamesInHistoryMethods inherited from class org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder
getDescription, getMethodAnnotations
-
Field Details
-
myself
-
ctx
-
method
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getElementType
- Specified by:
getElementTypein classContainerMappingMethodBuilder<StreamMappingMethod.Builder,StreamMappingMethod>
-
getWrapper
- Specified by:
getWrapperin classContainerMappingMethodBuilder<StreamMappingMethod.Builder,StreamMappingMethod>
-
instantiateMappingMethod
protected StreamMappingMethod instantiateMappingMethod(Method method, Collection<String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, String loopVariableName, List<LifecycleCallbackMethodReference> beforeMappingMethods, List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters) - Specified by:
instantiateMappingMethodin classContainerMappingMethodBuilder<StreamMappingMethod.Builder,StreamMappingMethod>
-
mappingContext
-
method
-