/DTOConverter

This Library contains a IDTOConverter.java interface which consists of several default methods. While implementing the interface, you will be able to convert POJO classes to desired DTO classes. You will need to implement an apply() methods which defines how to perform the conversion between the two classes.

Primary LanguageJava

No issues in this repository yet.