Package | Description |
---|---|
org.modelmapper |
ModelMapper is an intelligent object mapping library.
|
org.modelmapper.builder |
Expression types for building Mappings and TypeMaps
|
Modifier and Type | Method and Description |
---|---|
protected ConverterExpression<S,D> |
PropertyMap.with(Provider<?> provider)
Specifies a provider to be used for providing instances of the mapped property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionExpression<S,D>
Expresses a Condition.
|
interface |
ProviderExpression<S,D>
Expresses a Provider.
|
Modifier and Type | Method and Description |
---|---|
ConverterExpression<S,D> |
ProviderExpression.with(Provider<?> provider)
Specifies the
provider to be used for providing instances of the mapped property. |
Copyright © 2011–2024. All rights reserved.