类 CustomObjWrapperImpl
java.lang.Object
com.jeeplus.devtools.service.mapstruct.CustomObjWrapperImpl
- 所有已实现的接口:
com.jeeplus.core.mapstruct.EntityWrapper<CustomObjDTO,,CustomObj> CustomObjWrapper
@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 CustomObjWrapperImpl
extends Object
implements CustomObjWrapper
-
字段概要
从接口继承的字段 com.jeeplus.devtools.service.mapstruct.CustomObjWrapper
INSTANCE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected com.jeeplus.sys.service.dto.UserDTOcustomObjToUserDTO(CustomObj customObj) protected com.jeeplus.sys.service.dto.UserDTOcustomObjToUserDTO1(CustomObj customObj) com.baomidou.mybatisplus.extension.plugins.pagination.Page<CustomObjDTO>com.baomidou.mybatisplus.extension.plugins.pagination.Page<CustomObj>toEntity(com.baomidou.mybatisplus.extension.plugins.pagination.Page<CustomObjDTO> arg0) toEntity(CustomObjDTO arg0) toEntity(List<CustomObjDTO> arg0)
-
构造器详细资料
-
CustomObjWrapperImpl
public CustomObjWrapperImpl()
-
-
方法详细资料
-
toEntity
- 指定者:
toEntity在接口中com.jeeplus.core.mapstruct.EntityWrapper<CustomObjDTO,CustomObj>
-
toDTO
- 指定者:
toDTO在接口中com.jeeplus.core.mapstruct.EntityWrapper<CustomObjDTO,CustomObj>
-
toEntity
- 指定者:
toEntity在接口中com.jeeplus.core.mapstruct.EntityWrapper<CustomObjDTO,CustomObj>
-
toDTO
- 指定者:
toDTO在接口中com.jeeplus.core.mapstruct.EntityWrapper<CustomObjDTO,CustomObj>
-
toEntity
public com.baomidou.mybatisplus.extension.plugins.pagination.Page<CustomObj> toEntity(com.baomidou.mybatisplus.extension.plugins.pagination.Page<CustomObjDTO> arg0) - 指定者:
toEntity在接口中com.jeeplus.core.mapstruct.EntityWrapper<CustomObjDTO,CustomObj>
-
toDTO
public com.baomidou.mybatisplus.extension.plugins.pagination.Page<CustomObjDTO> toDTO(com.baomidou.mybatisplus.extension.plugins.pagination.Page<CustomObj> arg0) - 指定者:
toDTO在接口中com.jeeplus.core.mapstruct.EntityWrapper<CustomObjDTO,CustomObj>
-
customObjToUserDTO
-
customObjToUserDTO1
-