Uses of Class
net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe.Factory
-
Packages that use ClassInjector.UsingUnsafe.Factory Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybyte
arrays. -
-
Uses of ClassInjector.UsingUnsafe.Factory in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder declared as ClassInjector.UsingUnsafe.Factory Modifier and Type Field Description private 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.Factory Constructor Description OfFactory(ClassInjector.UsingUnsafe.Factory factory)
Creates 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.Factory Modifier and Type Method Description static ClassInjector.UsingUnsafe.Factory
ClassInjector.UsingUnsafe.Factory. resolve(java.lang.instrument.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.static ClassInjector.UsingUnsafe.Factory
ClassInjector.UsingUnsafe.Factory. resolve(java.lang.instrument.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.
-