Package | Description |
---|---|
net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
Modifier and Type | Class and Description |
---|---|
static class |
ClassInjector.UsingInstrumentation
A class injector using a
Instrumentation to append to either the boot classpath
or the system class path. |
static class |
ClassInjector.UsingLookup
A class injector that uses a
java.lang.invoke.MethodHandles$Lookup object for defining a class. |
static class |
ClassInjector.UsingReflection
A class injector that uses reflective method calls.
|
static class |
ClassInjector.UsingUnsafe
A class injector that uses
sun.misc.Unsafe to inject classes. |
Copyright © 2014–2019. All rights reserved.