Skip to content

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.

Notifications You must be signed in to change notification settings

Itziks/DTOConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. By calling the convert() methods you will have following conversion options:

  1. T -> D
  2. List T -> List D
  3. Iterablet T -> List D
  4. Page T -> Page D (org.springframework.data.domain.Page)

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages