| Package | Description |
|---|---|
| org.modelmapper.builder |
Expression types for building Mappings and TypeMaps
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableMapExpression<S,D>
Represents mapping operations.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceMapExpression<S,D> |
ConfigurableMapExpression.using(Converter<?,?> converter)
Uses
converter to convert a source property to destination property |
ReferenceMapExpression<S,D> |
ConfigurableMapExpression.when(Condition<?,?> condition)
Uses
condition to determine the mapping should fire or skip |
ReferenceMapExpression<S,D> |
ConfigurableMapExpression.with(Provider<?> provider)
Uses
provider to instantiate an instance for destination property |
Copyright © 2011–2018. All rights reserved.