Uses of Interface
org.modelmapper.spi.DestinationSetter
Packages that use DestinationSetter
Package
Description
ModelMapper is an intelligent object mapping library.
Expression types for building Mappings and TypeMaps
-
Uses of DestinationSetter in org.modelmapper
Methods in org.modelmapper with parameters of type DestinationSetterModifier and TypeMethodDescriptionTypeMap.addMapping
(SourceGetter<S> sourceGetter, DestinationSetter<D, V> destinationSetter) Adds a mapping intoTypeMap
by definingsourceGetter
->destinationSetter
-
Uses of DestinationSetter in org.modelmapper.builder
Methods in org.modelmapper.builder with parameters of type DestinationSetterModifier and TypeMethodDescription<V> void
ReferenceMapExpression.map
(SourceGetter<S> sourceGetter, DestinationSetter<D, V> destinationSetter) Map source getter value to destination setter<V> void
ReferenceMapExpression.skip
(DestinationSetter<D, V> destinationSetter) Skip destination property based ondestinationSetter
<V> void
ReferenceMapExpression.skip
(SourceGetter<S> sourceGetter, DestinationSetter<D, V> destinationSetter) Skip the mapping from the source property ofsourceGetter
to the destination property ofdestinationSetter