Uses of Interface
org.modelmapper.builder.ReferenceMapExpression
-
Packages that use ReferenceMapExpression Package Description org.modelmapper.builder Expression types for building Mappings and TypeMaps -
-
Uses of ReferenceMapExpression in org.modelmapper.builder
Subinterfaces of ReferenceMapExpression in org.modelmapper.builder Modifier and Type Interface Description interface
ConfigurableConditionExpression<S,D>
Represents mapping operations.interface
ConfigurableConverterExpression<S,D>
interface
ConfigurableProviderExpression<S,D>
Methods in org.modelmapper.builder that return ReferenceMapExpression Modifier and Type Method Description ReferenceMapExpression<S,D>
ConfigurableConverterExpression. using(Converter<?,?> converter)
Usesconverter
to convert a source property to destination property
-