Interface AssembleSingle

    • Method Detail

      • to

        <D> D to​(Class<D> dtoClass)
        Assembles to a DTO.
        Type Parameters:
        D - the type of the DTO.
        Parameters:
        dtoClass - the DTO class to assemble.
        Returns:
        the DTO.