Skip to content

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

Description

@slany

Add support for methods:

@Mapper
public abstract class Mapper {
    abstract public <T extends ClientInfoDTO> T entity2Dto(ClientInfo ci, T dto);
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions