Uses of Class
net.bytebuddy.dynamic.NexusAccessor
Packages that use NexusAccessor
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
-
Uses of NexusAccessor in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder declared as NexusAccessorModifier and TypeFieldDescriptionprotected final NexusAccessor
AgentBuilder.InitializationStrategy.SelfInjection.Dispatcher.nexusAccessor
The nexus accessor to use.protected final NexusAccessor
AgentBuilder.InitializationStrategy.SelfInjection.nexusAccessor
The nexus accessor to use.Constructors in net.bytebuddy.agent.builder with parameters of type NexusAccessorModifierConstructorDescriptionprotected
Dispatcher
(NexusAccessor nexusAccessor, int identification) Creates a new dispatcher.protected
Dispatcher
(NexusAccessor nexusAccessor, int identification) Creates a new eager dispatcher.protected
Dispatcher
(NexusAccessor nexusAccessor, int identification) Creates a new lazy dispatcher.protected
Dispatcher
(NexusAccessor nexusAccessor, int identification) Creates a new split dispatcher.Eager
(NexusAccessor nexusAccessor) Creates a new eager self-injection strategy that uses the supplied nexus accessor.Lazy
(NexusAccessor nexusAccessor) Creates a new lazy self-injection strategy that uses the supplied nexus accessor.protected
SelfInjection
(NexusAccessor nexusAccessor) Creates a new self-injection strategy.Split
(NexusAccessor nexusAccessor) Creates a new split self-injection strategy that uses the supplied nexus accessor. -
Uses of NexusAccessor in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic declared as NexusAccessorModifier and TypeFieldDescriptionprivate final NexusAccessor
TypeResolutionStrategy.Active.nexusAccessor
The nexus accessor to use.private final NexusAccessor
TypeResolutionStrategy.Active.Resolved.nexusAccessor
The nexus accessor to use.Constructors in net.bytebuddy.dynamic with parameters of type NexusAccessorModifierConstructorDescriptionActive
(NexusAccessor nexusAccessor) Creates a new active type resolution strategy that uses the supplied nexus accessor.protected
Resolved
(NexusAccessor nexusAccessor, int identification) Creates a new resolved active type resolution strategy.