Interface Mapper<S,D>

Type Parameters:
S - source object type
D - destination object type
All Known Implementing Classes:
AbstractMapper, AbstractVersioningMapper, ConnectionVersioningMapper, EnvironmentVersioningMapper, SystemVersioningMapper

public interface Mapper<S,D>
Custom mapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    map(S source)
    Convert source object to destination object.
  • Method Details

    • map

      D map(S source)
      Convert source object to destination object.
      Parameters:
      source - source object
      Returns:
      destination object