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