Java - reflection to copy private static field to a local variable
问题 private Methods : I know how to: Run a private void method without parameters Run a private void method with any numbers and Type of parameters Run a private return method without parameters and with any kind of return-Type Run a private return method with any number and Type of parameters and with any kind of return-Type private Fields : I know how to: Set any Type of private field Set any Type of private static field Set any Type of private final field Set any Type of private static final