Uses of Class
net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Strategy
-
Packages that use ClassReloadingStrategy.Strategy Package Description net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybytearrays. -
-
Uses of ClassReloadingStrategy.Strategy in net.bytebuddy.dynamic.loading
Fields in net.bytebuddy.dynamic.loading declared as ClassReloadingStrategy.Strategy Modifier and Type Field Description private ClassReloadingStrategy.StrategyClassReloadingStrategy. strategyAn strategy which performs the actual redefinition of aClass.Methods in net.bytebuddy.dynamic.loading that return ClassReloadingStrategy.Strategy Modifier and Type Method Description protected abstract ClassReloadingStrategy.StrategyClassReloadingStrategy.Strategy. validate(java.lang.instrument.Instrumentation instrumentation)Validates that this strategy supports a given transformation type.static ClassReloadingStrategy.StrategyClassReloadingStrategy.Strategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClassReloadingStrategy.Strategy[]ClassReloadingStrategy.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.dynamic.loading with parameters of type ClassReloadingStrategy.Strategy Modifier and Type Method Description static ClassReloadingStrategyClassReloadingStrategy. fromInstalledAgent(ClassReloadingStrategy.Strategy strategy)Obtains aClassReloadingStrategyfrom an installed Byte Buddy agent.Constructors in net.bytebuddy.dynamic.loading with parameters of type ClassReloadingStrategy.Strategy Constructor Description ClassReloadingStrategy(java.lang.instrument.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.ClassReloadingStrategy(java.lang.instrument.Instrumentation instrumentation, ClassReloadingStrategy.Strategy strategy, ClassReloadingStrategy.BootstrapInjection bootstrapInjection, java.util.Map<java.lang.String,java.lang.Class<?>> preregisteredTypes)Creates a new class reloading strategy.
-