Class PlayerDtoMapper
- java.lang.Object
-
- be.yildizgames.engine.feature.player.protocol.mapper.PlayerDtoMapper
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlayerDtofrom(String s)static PlayerDtoMappergetInstance()Stringto(PlayerDto dto)
-
-
-
Method Detail
-
getInstance
public static PlayerDtoMapper getInstance()
-
from
public PlayerDto from(String s) throws be.yildizgames.common.mapping.MappingException
- Specified by:
fromin interfacebe.yildizgames.common.mapping.ObjectMapper<PlayerDto>- Throws:
be.yildizgames.common.mapping.MappingException
-
-