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 bybytearrays. -
-
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.FactoryAgentBuilder.InjectionStrategy.UsingUnsafe.OfFactory. factoryThe 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.FactoryClassInjector.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.Unsafeas a fallback.static ClassInjector.UsingUnsafe.FactoryClassInjector.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.Unsafeas a fallback.
-