Class PlayerIdMapper

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

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

      • from

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

        public String to​(be.yildizgames.common.model.PlayerId playerId)
        Specified by:
        to in interface be.yildizgames.common.mapping.ObjectMapper<be.yildizgames.common.model.PlayerId>