Uses of Enum Class
net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Strategy
Packages that use ClassReloadingStrategy.Strategy
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.-
Uses of ClassReloadingStrategy.Strategy in net.bytebuddy.dynamic.loading
Fields in net.bytebuddy.dynamic.loading declared as ClassReloadingStrategy.StrategyModifier and TypeFieldDescriptionprivate final ClassReloadingStrategy.StrategyClassReloadingStrategy.strategyAn strategy which performs the actual redefinition of aClass.Methods in net.bytebuddy.dynamic.loading that return ClassReloadingStrategy.StrategyModifier and TypeMethodDescriptionprotected abstract ClassReloadingStrategy.StrategyClassReloadingStrategy.Strategy.validate(Instrumentation instrumentation) Validates that this strategy supports a given transformation type.Returns the enum constant of this class with the specified name.static ClassReloadingStrategy.Strategy[]ClassReloadingStrategy.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bytebuddy.dynamic.loading with parameters of type ClassReloadingStrategy.StrategyModifier and TypeMethodDescriptionstatic ClassReloadingStrategyClassReloadingStrategy.fromInstalledAgent(ClassReloadingStrategy.Strategy strategy) Obtains aClassReloadingStrategyfrom an installed Byte Buddy agent.Constructors in net.bytebuddy.dynamic.loading with parameters of type ClassReloadingStrategy.StrategyModifierConstructorDescriptionClassReloadingStrategy(Instrumentation instrumentation, ClassReloadingStrategy.Strategy strategy) Creates a class reloading strategy for the given instrumentation using an explicit transformation strategy which is represented by anClassReloadingStrategy.Strategy.protectedClassReloadingStrategy(Instrumentation instrumentation, ClassReloadingStrategy.Strategy strategy, ClassReloadingStrategy.BootstrapInjection bootstrapInjection, Map<String, Class<?>> preregisteredTypes) Creates a new class reloading strategy.