类 GenMenuWrapperImpl

java.lang.Object
com.jeeplus.devtools.service.mapstruct.GenMenuWrapperImpl
所有已实现的接口:
com.jeeplus.core.mapstruct.EntityWrapper<MenuDTO,Menu>, com.jeeplus.core.mapstruct.TreeWrapper<MenuDTO,Menu>, GenMenuWrapper

@Generated(value="org.mapstruct.ap.MappingProcessor", date="2024-09-05T16:41:46+0800", comments="version: 1.4.2.Final, compiler: javac, environment: Java 17.0.10 (Oracle Corporation)") @Component public class GenMenuWrapperImpl extends Object implements GenMenuWrapper
  • 构造器详细资料

    • GenMenuWrapperImpl

      public GenMenuWrapperImpl()
  • 方法详细资料

    • toEntity

      public List<Menu> toEntity(List<MenuDTO> arg0)
      指定者:
      toEntity 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<MenuDTO,Menu>
    • toDTO

      public List<MenuDTO> toDTO(List<Menu> arg0)
      指定者:
      toDTO 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<MenuDTO,Menu>
    • toEntity

      public com.baomidou.mybatisplus.extension.plugins.pagination.Page<Menu> toEntity(com.baomidou.mybatisplus.extension.plugins.pagination.Page<MenuDTO> arg0)
      指定者:
      toEntity 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<MenuDTO,Menu>
    • toDTO

      public com.baomidou.mybatisplus.extension.plugins.pagination.Page<MenuDTO> toDTO(com.baomidou.mybatisplus.extension.plugins.pagination.Page<Menu> arg0)
      指定者:
      toDTO 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<MenuDTO,Menu>
    • toEntity

      public Menu toEntity(MenuDTO arg0)
      指定者:
      toEntity 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<MenuDTO,Menu>
      指定者:
      toEntity 在接口中 com.jeeplus.core.mapstruct.TreeWrapper<MenuDTO,Menu>
    • toDTO

      public MenuDTO toDTO(Menu arg0)
      指定者:
      toDTO 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<MenuDTO,Menu>
      指定者:
      toDTO 在接口中 com.jeeplus.core.mapstruct.TreeWrapper<MenuDTO,Menu>
    • copyEntity

      public Menu copyEntity(Menu arg0)
      指定者:
      copyEntity 在接口中 com.jeeplus.core.mapstruct.TreeWrapper<MenuDTO,Menu>
    • copyDTO

      public MenuDTO copyDTO(MenuDTO arg0)
      指定者:
      copyDTO 在接口中 com.jeeplus.core.mapstruct.TreeWrapper<MenuDTO,Menu>
    • toEntity

      public com.jeeplus.core.dto.DragNode<Menu> toEntity(com.jeeplus.core.dto.DragNode<MenuDTO> arg0)
      指定者:
      toEntity 在接口中 com.jeeplus.core.mapstruct.TreeWrapper<MenuDTO,Menu>