public static class IterableMappingMethod.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IterableMappingMethod |
build() |
IterableMappingMethod.Builder |
dateFormat(String dateFormat) |
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 dateFormat(String dateFormat)
public IterableMappingMethod.Builder selectionParameters(SelectionParameters selectionParameters)
public IterableMappingMethod.Builder nullValueMappingStrategy(org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism nullValueMappingStrategy)
public IterableMappingMethod build()
Copyright © 2012–2016. All rights reserved.