Package org.modelmapper.spi
Interface ConstantMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getConstant()
Gets the source constant for the mapping.-
Methods inherited from interface org.modelmapper.spi.Mapping
getCondition, getConverter, getDestinationProperties, getLastDestinationProperty, getPath, getProvider, getSourceType, isSkipped
-
-
-
-
Method Detail
-
getConstant
Object getConstant()
Gets the source constant for the mapping.
-
-