mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-16 10:25:07 +08:00
[fix] 修复native打包与mapper不兼容问题,切换至自定义bean拷贝
This commit is contained in:
@ -1,144 +0,0 @@
|
||||
package org.framework.lazy.cloud.network.heartbeat.client.application.assembler;
|
||||
|
||||
import javax.annotation.processing.Generated;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.application.command.lazy.netty.server.properties.LazyNettyServerPropertiesQueryListCommand;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.application.command.lazy.netty.server.properties.LazyNettyServerPropertiesQueryOneCommand;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.application.command.lazy.netty.server.properties.LazyNettyServerPropertiesRemoveCommand;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.application.command.lazy.netty.server.properties.LazyNettyServerPropertiesStoryCommand;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.application.command.lazy.netty.server.properties.LazyNettyServerPropertiesUpdateCommand;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.application.dto.LazyNettyServerPropertiesDTO;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.domain.model.lazy.netty.server.properties.LazyNettyServerProperties;
|
||||
|
||||
@Generated(
|
||||
value = "org.mapstruct.ap.MappingProcessor",
|
||||
date = "2025-06-03T16:10:52+0800",
|
||||
comments = "version: 1.6.3, compiler: javac, environment: Java 21.0.2 (Oracle Corporation)"
|
||||
)
|
||||
public class LazyNettyServerPropertiesDTOAssemblerImpl implements LazyNettyServerPropertiesDTOAssembler {
|
||||
|
||||
@Override
|
||||
public LazyNettyServerProperties toLazyNettyServerProperties(LazyNettyServerPropertiesStoryCommand lazyNettyServerPropertiesStoryCommand) {
|
||||
if ( lazyNettyServerPropertiesStoryCommand == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerProperties lazyNettyServerProperties = new LazyNettyServerProperties();
|
||||
|
||||
lazyNettyServerProperties.setClientId( lazyNettyServerPropertiesStoryCommand.getClientId() );
|
||||
lazyNettyServerProperties.setConnectStatus( lazyNettyServerPropertiesStoryCommand.getConnectStatus() );
|
||||
lazyNettyServerProperties.setCreateTime( lazyNettyServerPropertiesStoryCommand.getCreateTime() );
|
||||
lazyNettyServerProperties.setInetHost( lazyNettyServerPropertiesStoryCommand.getInetHost() );
|
||||
lazyNettyServerProperties.setInetPort( lazyNettyServerPropertiesStoryCommand.getInetPort() );
|
||||
lazyNettyServerProperties.setType( lazyNettyServerPropertiesStoryCommand.getType() );
|
||||
lazyNettyServerProperties.setAppKey( lazyNettyServerPropertiesStoryCommand.getAppKey() );
|
||||
lazyNettyServerProperties.setAppSecret( lazyNettyServerPropertiesStoryCommand.getAppSecret() );
|
||||
lazyNettyServerProperties.setUpdateTime( lazyNettyServerPropertiesStoryCommand.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerProperties;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LazyNettyServerProperties toLazyNettyServerProperties(LazyNettyServerPropertiesUpdateCommand lazyNettyServerPropertiesUpdateCommand) {
|
||||
if ( lazyNettyServerPropertiesUpdateCommand == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerProperties lazyNettyServerProperties = new LazyNettyServerProperties();
|
||||
|
||||
lazyNettyServerProperties.setClientId( lazyNettyServerPropertiesUpdateCommand.getClientId() );
|
||||
lazyNettyServerProperties.setConnectStatus( lazyNettyServerPropertiesUpdateCommand.getConnectStatus() );
|
||||
lazyNettyServerProperties.setCreateTime( lazyNettyServerPropertiesUpdateCommand.getCreateTime() );
|
||||
lazyNettyServerProperties.setInetHost( lazyNettyServerPropertiesUpdateCommand.getInetHost() );
|
||||
lazyNettyServerProperties.setInetPort( lazyNettyServerPropertiesUpdateCommand.getInetPort() );
|
||||
lazyNettyServerProperties.setType( lazyNettyServerPropertiesUpdateCommand.getType() );
|
||||
lazyNettyServerProperties.setAppKey( lazyNettyServerPropertiesUpdateCommand.getAppKey() );
|
||||
lazyNettyServerProperties.setAppSecret( lazyNettyServerPropertiesUpdateCommand.getAppSecret() );
|
||||
lazyNettyServerProperties.setUpdateTime( lazyNettyServerPropertiesUpdateCommand.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerProperties;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LazyNettyServerProperties toLazyNettyServerProperties(LazyNettyServerPropertiesQueryOneCommand lazyNettyServerPropertiesQueryOneCommand) {
|
||||
if ( lazyNettyServerPropertiesQueryOneCommand == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerProperties lazyNettyServerProperties = new LazyNettyServerProperties();
|
||||
|
||||
lazyNettyServerProperties.setClientId( lazyNettyServerPropertiesQueryOneCommand.getClientId() );
|
||||
lazyNettyServerProperties.setConnectStatus( lazyNettyServerPropertiesQueryOneCommand.getConnectStatus() );
|
||||
lazyNettyServerProperties.setCreateTime( lazyNettyServerPropertiesQueryOneCommand.getCreateTime() );
|
||||
lazyNettyServerProperties.setInetHost( lazyNettyServerPropertiesQueryOneCommand.getInetHost() );
|
||||
lazyNettyServerProperties.setInetPort( lazyNettyServerPropertiesQueryOneCommand.getInetPort() );
|
||||
lazyNettyServerProperties.setType( lazyNettyServerPropertiesQueryOneCommand.getType() );
|
||||
lazyNettyServerProperties.setAppKey( lazyNettyServerPropertiesQueryOneCommand.getAppKey() );
|
||||
lazyNettyServerProperties.setAppSecret( lazyNettyServerPropertiesQueryOneCommand.getAppSecret() );
|
||||
lazyNettyServerProperties.setUpdateTime( lazyNettyServerPropertiesQueryOneCommand.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerProperties;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LazyNettyServerProperties toLazyNettyServerProperties(LazyNettyServerPropertiesQueryListCommand lazyNettyServerPropertiesQueryListCommand) {
|
||||
if ( lazyNettyServerPropertiesQueryListCommand == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerProperties lazyNettyServerProperties = new LazyNettyServerProperties();
|
||||
|
||||
lazyNettyServerProperties.setClientId( lazyNettyServerPropertiesQueryListCommand.getClientId() );
|
||||
lazyNettyServerProperties.setConnectStatus( lazyNettyServerPropertiesQueryListCommand.getConnectStatus() );
|
||||
lazyNettyServerProperties.setCreateTime( lazyNettyServerPropertiesQueryListCommand.getCreateTime() );
|
||||
lazyNettyServerProperties.setInetHost( lazyNettyServerPropertiesQueryListCommand.getInetHost() );
|
||||
lazyNettyServerProperties.setInetPort( lazyNettyServerPropertiesQueryListCommand.getInetPort() );
|
||||
lazyNettyServerProperties.setType( lazyNettyServerPropertiesQueryListCommand.getType() );
|
||||
lazyNettyServerProperties.setAppKey( lazyNettyServerPropertiesQueryListCommand.getAppKey() );
|
||||
lazyNettyServerProperties.setAppSecret( lazyNettyServerPropertiesQueryListCommand.getAppSecret() );
|
||||
lazyNettyServerProperties.setUpdateTime( lazyNettyServerPropertiesQueryListCommand.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerProperties;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LazyNettyServerProperties toLazyNettyServerProperties(LazyNettyServerPropertiesRemoveCommand lazyNettyServerPropertiesRemoveCommand) {
|
||||
if ( lazyNettyServerPropertiesRemoveCommand == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerProperties lazyNettyServerProperties = new LazyNettyServerProperties();
|
||||
|
||||
lazyNettyServerProperties.setClientId( lazyNettyServerPropertiesRemoveCommand.getClientId() );
|
||||
lazyNettyServerProperties.setConnectStatus( lazyNettyServerPropertiesRemoveCommand.getConnectStatus() );
|
||||
lazyNettyServerProperties.setCreateTime( lazyNettyServerPropertiesRemoveCommand.getCreateTime() );
|
||||
lazyNettyServerProperties.setInetHost( lazyNettyServerPropertiesRemoveCommand.getInetHost() );
|
||||
lazyNettyServerProperties.setInetPort( lazyNettyServerPropertiesRemoveCommand.getInetPort() );
|
||||
lazyNettyServerProperties.setType( lazyNettyServerPropertiesRemoveCommand.getType() );
|
||||
lazyNettyServerProperties.setAppKey( lazyNettyServerPropertiesRemoveCommand.getAppKey() );
|
||||
lazyNettyServerProperties.setAppSecret( lazyNettyServerPropertiesRemoveCommand.getAppSecret() );
|
||||
lazyNettyServerProperties.setUpdateTime( lazyNettyServerPropertiesRemoveCommand.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerProperties;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LazyNettyServerPropertiesDTO fromLazyNettyServerProperties(LazyNettyServerProperties lazyNettyServerProperties) {
|
||||
if ( lazyNettyServerProperties == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerPropertiesDTO lazyNettyServerPropertiesDTO = new LazyNettyServerPropertiesDTO();
|
||||
|
||||
lazyNettyServerPropertiesDTO.setClientId( lazyNettyServerProperties.getClientId() );
|
||||
lazyNettyServerPropertiesDTO.setConnectStatus( lazyNettyServerProperties.getConnectStatus() );
|
||||
lazyNettyServerPropertiesDTO.setCreateTime( lazyNettyServerProperties.getCreateTime() );
|
||||
lazyNettyServerPropertiesDTO.setInetHost( lazyNettyServerProperties.getInetHost() );
|
||||
lazyNettyServerPropertiesDTO.setInetPort( lazyNettyServerProperties.getInetPort() );
|
||||
lazyNettyServerPropertiesDTO.setType( lazyNettyServerProperties.getType() );
|
||||
lazyNettyServerPropertiesDTO.setAppKey( lazyNettyServerProperties.getAppKey() );
|
||||
lazyNettyServerPropertiesDTO.setAppSecret( lazyNettyServerProperties.getAppSecret() );
|
||||
lazyNettyServerPropertiesDTO.setUpdateTime( lazyNettyServerProperties.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerPropertiesDTO;
|
||||
}
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
package org.framework.lazy.cloud.network.heartbeat.client.infrastructure.converter;
|
||||
|
||||
import javax.annotation.processing.Generated;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.domain.model.lazy.netty.server.properties.LazyNettyServerProperties;
|
||||
import org.framework.lazy.cloud.network.heartbeat.client.infrastructure.entity.LazyNettyServerPropertiesDO;
|
||||
|
||||
@Generated(
|
||||
value = "org.mapstruct.ap.MappingProcessor",
|
||||
date = "2025-06-03T16:10:52+0800",
|
||||
comments = "version: 1.6.3, compiler: javac, environment: Java 21.0.2 (Oracle Corporation)"
|
||||
)
|
||||
public class LazyNettyServerPropertiesConverterImpl implements LazyNettyServerPropertiesConverter {
|
||||
|
||||
@Override
|
||||
public LazyNettyServerProperties toLazyNettyServerProperties(LazyNettyServerPropertiesDO lazyNettyServerPropertiesDO) {
|
||||
if ( lazyNettyServerPropertiesDO == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerProperties lazyNettyServerProperties = new LazyNettyServerProperties();
|
||||
|
||||
lazyNettyServerProperties.setClientId( lazyNettyServerPropertiesDO.getClientId() );
|
||||
lazyNettyServerProperties.setConnectStatus( lazyNettyServerPropertiesDO.getConnectStatus() );
|
||||
lazyNettyServerProperties.setCreateTime( lazyNettyServerPropertiesDO.getCreateTime() );
|
||||
lazyNettyServerProperties.setInetHost( lazyNettyServerPropertiesDO.getInetHost() );
|
||||
lazyNettyServerProperties.setInetPort( lazyNettyServerPropertiesDO.getInetPort() );
|
||||
lazyNettyServerProperties.setType( lazyNettyServerPropertiesDO.getType() );
|
||||
lazyNettyServerProperties.setProtocolType( lazyNettyServerPropertiesDO.getProtocolType() );
|
||||
lazyNettyServerProperties.setAppKey( lazyNettyServerPropertiesDO.getAppKey() );
|
||||
lazyNettyServerProperties.setAppSecret( lazyNettyServerPropertiesDO.getAppSecret() );
|
||||
lazyNettyServerProperties.setUpdateTime( lazyNettyServerPropertiesDO.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerProperties;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LazyNettyServerPropertiesDO fromLazyNettyServerProperties(LazyNettyServerProperties lazyNettyServerProperties) {
|
||||
if ( lazyNettyServerProperties == null ) {
|
||||
return null;
|
||||
}
|
||||
|
||||
LazyNettyServerPropertiesDO lazyNettyServerPropertiesDO = new LazyNettyServerPropertiesDO();
|
||||
|
||||
lazyNettyServerPropertiesDO.setClientId( lazyNettyServerProperties.getClientId() );
|
||||
lazyNettyServerPropertiesDO.setConnectStatus( lazyNettyServerProperties.getConnectStatus() );
|
||||
lazyNettyServerPropertiesDO.setCreateTime( lazyNettyServerProperties.getCreateTime() );
|
||||
lazyNettyServerPropertiesDO.setInetHost( lazyNettyServerProperties.getInetHost() );
|
||||
lazyNettyServerPropertiesDO.setInetPort( lazyNettyServerProperties.getInetPort() );
|
||||
lazyNettyServerPropertiesDO.setAppKey( lazyNettyServerProperties.getAppKey() );
|
||||
lazyNettyServerPropertiesDO.setAppSecret( lazyNettyServerProperties.getAppSecret() );
|
||||
lazyNettyServerPropertiesDO.setType( lazyNettyServerProperties.getType() );
|
||||
lazyNettyServerPropertiesDO.setProtocolType( lazyNettyServerProperties.getProtocolType() );
|
||||
lazyNettyServerPropertiesDO.setUpdateTime( lazyNettyServerProperties.getUpdateTime() );
|
||||
|
||||
return lazyNettyServerPropertiesDO;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user