class CharacterDetailMapper : Mapper<BaseResponse<CharacterResponse>, CharacterDetail>
Helper class to transforms network response to visual model, catching the necessary data.
See Also
<init> |
Helper class to transforms network response to visual model, catching the necessary data. CharacterDetailMapper() |
map |
Transform network response to CharacterDetail. suspend fun map(from: BaseResponse<CharacterResponse>): CharacterDetail |