Uses of Class
net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe.Factory
Packages that use ClassInjector.UsingUnsafe.Factory
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.-
Uses of ClassInjector.UsingUnsafe.Factory in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder declared as ClassInjector.UsingUnsafe.FactoryModifier and TypeFieldDescriptionprivate final ClassInjector.UsingUnsafe.Factory
AgentBuilder.InjectionStrategy.UsingUnsafe.OfFactory.factory
The factory to use for creating an unsafe injector.Constructors in net.bytebuddy.agent.builder with parameters of type ClassInjector.UsingUnsafe.FactoryModifierConstructorDescriptionCreates an injection strategy based on a factory. -
Uses of ClassInjector.UsingUnsafe.Factory in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingUnsafe.FactoryModifier and TypeMethodDescriptionClassInjector.UsingUnsafe.Factory.resolve
(Instrumentation instrumentation) Resolves an injection strategy that uses unsafe injection if available and also attempts to open and usejdk.internal.misc.Unsafe
as a fallback.ClassInjector.UsingUnsafe.Factory.resolve
(Instrumentation instrumentation, boolean local) Resolves an injection strategy that uses unsafe injection if available and also attempts to open and usejdk.internal.misc.Unsafe
as a fallback.