influxORM代码调整

This commit is contained in:
2023-04-27 19:12:35 +08:00
parent bbb830bbdb
commit b29104cfe2
4 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ import org.springframework.beans.factory.FactoryBean;
import javax.annotation.Resource;
import java.lang.reflect.Proxy;
/**
* @author hongawen
*/
public class InfluxProxyMapperFactory<T> implements FactoryBean {
@Resource

View File

@@ -16,6 +16,9 @@ import java.lang.reflect.Method;
import java.lang.reflect.Parameter;
import java.util.List;
/**
* @author hongawen
*/
public class ProxyMapper implements InvocationHandler {
private ParameterHandler parameterHandler;

View File

@@ -17,6 +17,9 @@ import javax.annotation.PostConstruct;
import java.io.IOException;
import java.util.HashSet;
/**
* @author hongawen
*/
public class ProxyMapperRegister {
private String mapperLocation;