Interface Mapper

All Known Implementing Classes:
DefaultMapper

public interface Mapper
Maps state between two objects.
Author:
Keith Donald
  • Method Summary

    Modifier and Type
    Method
    Description
    map(Object source, Object target)
    Map state from a source object to a target object.
  • Method Details

    • 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