yangys
2024-04-09 2f68a81d6016d439a50c045fe7b25b3e58b5b420
smart-core-tool/src/main/java/com/qianwen/core/tool/beans/BladeBeanCopier.java
@@ -29,7 +29,6 @@
import org.springframework.lang.Nullable;
import org.springframework.util.ClassUtils;
/* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/beans/BladeBeanCopier.class */
public abstract class BladeBeanCopier {
    private static final Type CONVERTER = TypeUtils.parseType("org.springframework.cglib.core.Converter");
    private static final Type BEAN_COPIER = TypeUtils.parseType(BladeBeanCopier.class.getName());