|
|
|
@ -1037,7 +1037,7 @@ ClassInjector {
|
|
|
|
|
// the offset location and still set a value to it, despite it being hidden from the reflection API.
|
|
|
|
|
override = new ByteBuddy() |
|
|
|
|
.redefine(AccessibleObject.class) |
|
|
|
|
.name("net.bytebuddy.mirror." + AccessibleObject.class.getSimpleName()) |
|
|
|
|
.name("com.fr.third.net.bytebuddy.mirror." + AccessibleObject.class.getSimpleName()) |
|
|
|
|
.noNestMate() |
|
|
|
|
.visit(new MemberRemoval().stripInvokables(ElementMatchers.any())) |
|
|
|
|
.make() |
|
|
|
@ -1706,7 +1706,7 @@ ClassInjector {
|
|
|
|
|
/** |
|
|
|
|
* If this property is set, Byte Buddy does not make use of any {@code Unsafe} class. |
|
|
|
|
*/ |
|
|
|
|
public static final String SAFE_PROPERTY = "net.bytebuddy.safe"; |
|
|
|
|
public static final String SAFE_PROPERTY = "com.fr.third.net.bytebuddy.safe"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The dispatcher to use. |
|
|
|
@ -1895,7 +1895,7 @@ ClassInjector {
|
|
|
|
|
// the offset location and still set a value to it, despite it being hidden from the reflection API.
|
|
|
|
|
override = new ByteBuddy() |
|
|
|
|
.redefine(AccessibleObject.class) |
|
|
|
|
.name("net.bytebuddy.mirror." + AccessibleObject.class.getSimpleName()) |
|
|
|
|
.name("com.fr.third.net.bytebuddy.mirror." + AccessibleObject.class.getSimpleName()) |
|
|
|
|
.noNestMate() |
|
|
|
|
.visit(new MemberRemoval().stripInvokables(ElementMatchers.any())) |
|
|
|
|
.make() |
|
|
|
|