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.UsingReflection.Dispatcher.Faulty
Represents an unsuccessfully loaded method lookup.
|
static class |
ClassInjector.UsingReflection.Dispatcher.Resolved
Represents a successfully loaded method lookup for the dispatcher.
|
protected static class |
ClassInjector.UsingReflection.Dispatcher.Resolved.ForJava7CapableVm
A resolved class dispatcher for a class injector on a VM running at least Java 7.
|
protected static class |
ClassInjector.UsingReflection.Dispatcher.Resolved.ForLegacyVm
A resolved class dispatcher for a class injector prior to Java 7.
|
protected static class |
ClassInjector.UsingReflection.Dispatcher.Resolved.UnsafeDispatcher
A dispatcher that uses
sun.misc.Unsafe for class loading but which is incapable of defining packages. |
Modifier and Type | Method and Description |
---|---|
ClassInjector.UsingReflection.Dispatcher |
ClassInjector.UsingReflection.Dispatcher.Initializable.initialize()
Initializes this dispatcher.
|
ClassInjector.UsingReflection.Dispatcher |
ClassInjector.UsingReflection.Dispatcher.Resolved.initialize() |
ClassInjector.UsingReflection.Dispatcher |
ClassInjector.UsingReflection.Dispatcher.Faulty.initialize() |
Copyright © 2014–2016. All rights reserved.