Interface InputMapper<I,O>
-
- Type Parameters:
I- Input typeO- Output type
- All Known Implementing Classes:
ModelMapperInputMapper
public interface InputMapper<I,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Omap(I input)
-