Package cvut.fel.dto
Interface DTOMapper
public interface DTOMapper
-
Method Summary
Modifier and Type Method Description AddressDTOaddressToDto(Address address)AuthorDTOauthorToDto(Author author)BookDTObookToDto(Book book)AddressDtoToAddress(AddressDTO addressDTO)AuthorDtoToAuthor(AuthorDTO authorDTO)LinkDTOentityToLink(AbstractEntity entity)LibraryDTOlibraryToDto(Library library)PublisherDTOpublisherToDto(Publisher publisher)