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