Package org.modelmapper.spi
Interface ConstantMapping
- All Superinterfaces:
Mapping
A mapping of a source constant to a destination property hierarchy.
-
Method Summary
Methods inherited from interface org.modelmapper.spi.Mapping
getCondition, getConverter, getDestinationProperties, getLastDestinationProperty, getPath, getProvider, getSourceType, isSkipped
-
Method Details
-
getConstant
Object getConstant()Gets the source constant for the mapping.
-