Package org.mapstruct.ap.internal.model
Class MapMappingMethod.Builder
java.lang.Object
org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder<MapMappingMethod.Builder,MapMappingMethod>
org.mapstruct.ap.internal.model.MapMappingMethod.Builder
- Enclosing class:
MapMappingMethod
public static class MapMappingMethod.Builder
extends AbstractMappingMethodBuilder<MapMappingMethod.Builder,MapMappingMethod>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MappingBuilderContextprotected Methodprotected MapMappingMethod.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()keyFormattingParameters(FormattingParameters keyFormattingParameters) keySelectionParameters(SelectionParameters keySelectionParameters) mappingContext(MappingBuilderContext mappingContext) protected booleanvalueFormattingParameters(FormattingParameters valueFormattingParameters) valueSelectionParameters(SelectionParameters valueSelectionParameters) Methods inherited from class org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder
getDescription, getMethodAnnotations
-
Field Details
-
myself
-
ctx
-
method
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keySelectionParameters
-
valueSelectionParameters
public MapMappingMethod.Builder valueSelectionParameters(SelectionParameters valueSelectionParameters) -
keyFormattingParameters
public MapMappingMethod.Builder keyFormattingParameters(FormattingParameters keyFormattingParameters) -
valueFormattingParameters
public MapMappingMethod.Builder valueFormattingParameters(FormattingParameters valueFormattingParameters) -
build
- Specified by:
buildin classAbstractMappingMethodBuilder<MapMappingMethod.Builder,MapMappingMethod>
-
shouldUsePropertyNamesInHistory
protected boolean shouldUsePropertyNamesInHistory()- Specified by:
shouldUsePropertyNamesInHistoryin classAbstractMappingMethodBuilder<MapMappingMethod.Builder,MapMappingMethod> - Returns:
trueif property names should be used for the creation of theForgedMethodHistory.
-
mappingContext
-
method
-