Uses of Interface
org.modelmapper.spi.Mapping
Packages that use Mapping
Package
Description
ModelMapper is an intelligent object mapping library.
Service Provider Interface
-
Uses of Mapping in org.modelmapper
Methods in org.modelmapper that return types with arguments of type MappingModifier and TypeMethodDescriptionTypeMap.getMappings()
Returns a snapshot of the TypeMap's mappings. -
Uses of Mapping in org.modelmapper.spi
Subinterfaces of Mapping in org.modelmapper.spiModifier and TypeInterfaceDescriptioninterface
A mapping of a source constant to a destination property hierarchy.interface
A mapping of a source property hierarchy to a destination property hierarchy.interface
A mapping of a source object to a destination property hierarchy.Methods in org.modelmapper.spi that return MappingModifier and TypeMethodDescriptionMappingContext.getMapping()
Returns the mapping associated with the mapping request elsenull
if the request did not originate from aTypeMap
.