public static class IterableMappingMethod.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IterableMappingMethod |
build() |
IterableMappingMethod.Builder |
formattingParameters(FormattingParameters formattingParameters) |
IterableMappingMethod.Builder |
mappingContext(MappingBuilderContext mappingContext) |
IterableMappingMethod.Builder |
method(Method sourceMethod) |
IterableMappingMethod.Builder |
nullValueMappingStrategy(org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism nullValueMappingStrategy) |
IterableMappingMethod.Builder |
selectionParameters(SelectionParameters selectionParameters) |
public IterableMappingMethod.Builder mappingContext(MappingBuilderContext mappingContext)
public IterableMappingMethod.Builder method(Method sourceMethod)
public IterableMappingMethod.Builder formattingParameters(FormattingParameters formattingParameters)
public IterableMappingMethod.Builder selectionParameters(SelectionParameters selectionParameters)
public IterableMappingMethod.Builder nullValueMappingStrategy(org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism nullValueMappingStrategy)
public IterableMappingMethod build()
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.