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