Intellij Dto Buddy Plugin

  • Generate Dto or Vo from class and converter between them
  • Navigate to Dto from original class
  • Compare current class with dto, edit between them
  • Add unmapped field to dto class
  • Generate converter between two class,like userDto.setUserName(user.getUserName())
  • Support MapStruct,MapStruct(Spring),GetSet,BeanUtils
  • Replace return type to dto class type
  • Add List Mapping for method
  • Any question can contact gejun123456@gmail.com