Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for methods: abstract public <T extends ClientInfoDTO> T entity2Dto(ClientInfo ci, T dto) #21

Open
slany opened this issue Jul 8, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@slany
Copy link
Member

slany commented Jul 8, 2021

Add support for methods:

@Mapper
public abstract class Mapper {
    abstract public <T extends ClientInfoDTO> T entity2Dto(ClientInfo ci, T dto);
}
@slany slany added bug Something isn't working enhancement New feature or request labels Jul 8, 2021
@slany slany added this to the 1.0 milestone Jul 8, 2021
@slany slany self-assigned this Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant