SudokuFX
Loading...
Searching...
No Matches
Package fr.softsf.sudokufx.common.interfaces.mapper

Classes

interface  IGameLevelMapper
 This interface defines methods for mapping objects of type GameLevel to objects of type GameLevelDto and vice versa. More...
 
interface  IGameMapper
 Mapper interface for converting between Game entity and GameDto data transfer object. More...
 
interface  IGridMapper
 This interface defines methods for mapping objects of type Grid to objects of type GridDto and vice versa. More...
 
interface  IMenuMapper
 This interface defines methods for mapping objects of type Menu to objects of type MenuDto and vice versa. More...
 
interface  IOptionsMapper
 This interface defines methods for mapping objects of type Options to objects of type OptionsDto and vice versa. More...
 
interface  IPlayerLanguageMapper
 This interface defines methods for mapping objects of type PlayerLanguage to objects of type PlayerLanguageDto and vice versa. More...
 
interface  IPlayerMapper
 Mapper interface for converting between Player entity and PlayerDto data transfer object. More...
 
class  MapperUtils
 Utility class providing custom mapping methods for use with MapStruct. More...