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