Class CatalogTableConvertImpl
java.lang.Object
cn.sliew.flinkful.sql.catalog.service.convert.CatalogTableConvertImpl
- All Implemented Interfaces:
cn.sliew.carp.framework.common.convert.BaseConvert<CatalogTable,,CatalogTableDTO> CatalogTableConvert
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-05-22T05:31:28+0000",
comments="version: 1.4.2.Final, compiler: javac, environment: Java 17.0.15 (Eclipse Adoptium)")
public class CatalogTableConvertImpl
extends Object
implements CatalogTableConvert
-
Field Summary
Fields inherited from interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogTableConvert
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDo(List<CatalogTableDTO> dtoList) toDto(List<CatalogTable> entityList) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogTableConvert
toDo, toDto
-
Constructor Details
-
CatalogTableConvertImpl
public CatalogTableConvertImpl()
-
-
Method Details
-
toDo
- Specified by:
toDoin interfacecn.sliew.carp.framework.common.convert.BaseConvert<CatalogTable,CatalogTableDTO>
-
toDto
- Specified by:
toDtoin interfacecn.sliew.carp.framework.common.convert.BaseConvert<CatalogTable,CatalogTableDTO>
-