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