Uses of Class
net.bytebuddy.dynamic.loading.ClassReloadingStrategy
Packages that use ClassReloadingStrategy
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.-
Uses of ClassReloadingStrategy in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading that return ClassReloadingStrategyModifier and TypeMethodDescriptionClassReloadingStrategy.enableBootstrapInjection
(File folder) Enables bootstrap injection for this class reloading strategy.static ClassReloadingStrategy
ClassReloadingStrategy.fromInstalledAgent()
Obtains aClassReloadingStrategy
from an installed Byte Buddy agent.static ClassReloadingStrategy
ClassReloadingStrategy.fromInstalledAgent
(ClassReloadingStrategy.Strategy strategy) Obtains aClassReloadingStrategy
from an installed Byte Buddy agent.static ClassReloadingStrategy
ClassReloadingStrategy.of
(Instrumentation instrumentation) Creates a class reloading strategy for the given instrumentation.ClassReloadingStrategy.preregistered
(Class<?>... type) Registers a type to be explicitly available without explicit lookup.Resets all classes to their original definition while using the first type's class loader as a class file locator.ClassReloadingStrategy.reset
(ClassFileLocator classFileLocator, Class<?>... type) Resets all classes to their original definition.