Package cvut.fel.dto
Interface DTOMapper
public interface DTOMapper
-
Method Summary
Modifier and Type Method Description AddressDTO
addressToDto(Address address)
AuthorDTO
authorToDto(Author author)
BookDTO
bookToDto(Book book)
Address
DtoToAddress(AddressDTO addressDTO)
Author
DtoToAuthor(AuthorDTO authorDTO)
LinkDTO
entityToLink(AbstractEntity entity)
LibraryDTO
libraryToDto(Library library)
PublisherDTO
publisherToDto(Publisher publisher)