Spring Web Flow

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(java.lang.Object source, java.lang.Object target)
          Map state from a source object to a target object.
 

Method Detail

map

MappingResults map(java.lang.Object source,
                   java.lang.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

Spring Web Flow