类 TableWrapperImpl

java.lang.Object
com.jeeplus.devtools.service.mapstruct.TableWrapperImpl
所有已实现的接口:
com.jeeplus.core.mapstruct.EntityWrapper<TableDTO,Table>, TableWrapper

@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 TableWrapperImpl extends Object implements TableWrapper
  • 构造器详细资料

    • TableWrapperImpl

      public TableWrapperImpl()
  • 方法详细资料

    • toEntity

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

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

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

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

      public Table toEntity(TableDTO dto)
      指定者:
      toEntity 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<TableDTO,Table>
      指定者:
      toEntity 在接口中 TableWrapper
    • toDTO

      public TableDTO toDTO(Table entity)
      指定者:
      toDTO 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<TableDTO,Table>
      指定者:
      toDTO 在接口中 TableWrapper
    • tableToDataSourceDTO

      protected DataSourceDTO tableToDataSourceDTO(Table table)