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