Created
September 3, 2018 13:06
-
-
Save Romeh/7c35aa66c642e9cbdfa8e20253e9a4ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Mapper(componentModel = "spring", unmappedTargetPolicy = ReportingPolicy.IGNORE) | |
public interface CustomerMapper { | |
CustomerDto mapCustomerToDto(Customer customer); | |
Customer mapeDtoToCustomer(CustomerDto customerDto); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment