gejun123456 / IntellijDtoBuddyPluginIssues

0 stars 0 forks source link

Intellij Dto Buddy Plugin

  • Generate Dto or Vo from class and converter between them
  •     <li>Navigate to Dto from original class</li>
        <li>Compare current class with dto, edit between them</li>
        <li>Add unmapped field to dto class</li>
        <li>Generate converter between two class,like userDto.setUserName(user.getUserName())</li>
        <li>Support MapStruct,MapStruct(Spring),GetSet,BeanUtils</>
        <li>Replace return type to dto class type</li>
        <li>Add List Mapping for method</li>

    Any question can contact gejun123456@gmail.com