org.springframework.binding.mapping
Interface Mapper

All Known Implementing Classes:
DefaultMapper

public interface Mapper

Maps state between two objects.

Author:
Keith Donald

Method Summary
 MappingResults map(Object source, Object target)
          Map state from a source object to a target object.
 

Method Detail

map

MappingResults map(Object source,
                   Object target)
Map state from a source object to a target object.

Parameters:
source - the source
target - the target
Returns:
results of the mapping transaction