Interface CasualObjectMapper<S,D>

All Known Implementing Classes:
LocalDateMapper, PassThroughMapper

public interface CasualObjectMapper<S,D>
  • Method Summary

    Modifier and Type
    Method
    Description
    from(D dst)
     
     
    to(S src)
     
  • Method Details

    • to

      D to(S src)
    • from

      S from(D dst)
    • getDstType

      Class<?> getDstType()