Class PlayerDtoMapper

  • All Implemented Interfaces:
    be.yildizgames.common.mapping.ObjectMapper<PlayerDto>

    public class PlayerDtoMapper
    extends Object
    implements be.yildizgames.common.mapping.ObjectMapper<PlayerDto>
    Author:
    Grégory Van den Borre
    • Method Detail

      • from

        public PlayerDto from​(String s)
                       throws be.yildizgames.common.mapping.MappingException
        Specified by:
        from in interface be.yildizgames.common.mapping.ObjectMapper<PlayerDto>
        Throws:
        be.yildizgames.common.mapping.MappingException
      • to

        public String to​(PlayerDto dto)
        Specified by:
        to in interface be.yildizgames.common.mapping.ObjectMapper<PlayerDto>