类 ShowTypeWrapperImpl

java.lang.Object
com.jeeplus.devtools.service.mapstruct.ShowTypeWrapperImpl
所有已实现的接口:
com.jeeplus.core.mapstruct.EntityWrapper<ShowTypeDTO,ShowType>, ShowTypeWrapper

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

    • ShowTypeWrapperImpl

      public ShowTypeWrapperImpl()
  • 方法详细资料

    • toEntity

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

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

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

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

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

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

      protected com.jeeplus.sys.service.dto.UserDTO showTypeToUserDTO(ShowType showType)
    • showTypeToUserDTO1

      protected com.jeeplus.sys.service.dto.UserDTO showTypeToUserDTO1(ShowType showType)