org.modelmapper.spi
Interface ConstantMapping

All Superinterfaces:
Mapping

public interface ConstantMapping
extends Mapping

A mapping of a source constant to a destination property hierarchy.

Author:
Jonathan Halterman

Method Summary
 Object getConstant()
          Gets the source constant for the mapping.
 
Methods inherited from interface org.modelmapper.spi.Mapping
getCondition, getConverter, getDestinationProperties, getLastDestinationProperty, getProvider, isSkipped
 

Method Detail

getConstant

Object getConstant()
Gets the source constant for the mapping.



Copyright © 2011. All Rights Reserved.