mirror of
https://github.com/chillzhuang/blade-tool
synced 2025-03-13 00:57:24 +08:00
✨ Bean copy 解决 java17 反射问题
This commit is contained in:
parent
47579f5137
commit
8277caae2f
@ -127,7 +127,7 @@ public abstract class BaseBeanCopier {
|
||||
ClassEmitter ce = new ClassEmitter(v);
|
||||
ce.begin_class(Constants.V1_2,
|
||||
Constants.ACC_PUBLIC,
|
||||
getGenerateClassName(),
|
||||
this.className,
|
||||
BEAN_COPIER,
|
||||
null,
|
||||
Constants.SOURCE_FILE);
|
||||
@ -216,9 +216,5 @@ public abstract class BaseBeanCopier {
|
||||
return this.className;
|
||||
}
|
||||
|
||||
private String getGenerateClassName() {
|
||||
return className;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user