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.
|
Modifier and Type | Method and Description |
---|---|
protected static ClassInjector.UsingReflection.Dispatcher.Initializable |
ClassInjector.UsingReflection.Dispatcher.Resolved.make()
Obtains the reflective instances used by this injector or a no-op instance that throws the exception
that occurred when attempting to obtain the reflective member instances.
|
Copyright © 2014–2016. All rights reserved.