Closed q158467234 closed 5 years ago
how to get private Field by FieldAccess? I want to use FieldAccess to copyProperties replace spring.BeanUilts
The JVM disallows private field access at the bytecode level. You'll need to use reflection and setAccessible.
setAccessible
how to get private Field by FieldAccess? I want to use FieldAccess to copyProperties replace spring.BeanUilts