Interface Mapping<S,D>

All Known Implementing Classes:
LambdaMapperExecutor, MapperExecutor

public interface Mapping<S,D>
  • Method Details

    • getSource

      Class<S> getSource()
    • getDestination

      Class<D> getDestination()
    • map

      D map(S source, D destination)
    • getStrategy

      MappingStrategy getStrategy()