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 TypeInterfaceDescriptioninterfaceA mapping of a source constant to a destination property hierarchy.interfaceA mapping of a source property hierarchy to a destination property hierarchy.interfaceA 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 elsenullif the request did not originate from aTypeMap.