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 | Method and Description |
---|---|
ClassReloadingStrategy |
ClassReloadingStrategy.enableBootstrapInjection(File folder)
Enables bootstrap injection for this class reloading strategy.
|
static ClassReloadingStrategy |
ClassReloadingStrategy.fromInstalledAgent()
Obtains a
ClassReloadingStrategy from an installed Byte Buddy agent. |
static ClassReloadingStrategy |
ClassReloadingStrategy.of(Instrumentation instrumentation)
Creates a class reloading strategy for the given instrumentation.
|
ClassReloadingStrategy |
ClassReloadingStrategy.preregistered(Class<?>... type)
Registers a type to be explicitly available without explicit lookup.
|
ClassReloadingStrategy |
ClassReloadingStrategy.reset(Class<?>... type)
Resets all classes to their original definition while using the first type's class loader as a class file locator.
|
ClassReloadingStrategy |
ClassReloadingStrategy.reset(ClassFileLocator classFileLocator,
Class<?>... type)
Resets all classes to their original definition.
|
Copyright © 2014–2016. All rights reserved.