Interface InputMapper<I,​O>

  • Type Parameters:
    I - Input type
    O - Output type
    All Known Implementing Classes:
    ModelMapperInputMapper

    public interface InputMapper<I,​O>
    • Method Detail

      • map

        O map​(I input)