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 NexusAccessorAgentBuilder.InitializationStrategy.SelfInjection.Dispatcher.nexusAccessorThe nexus accessor to use.protected final NexusAccessorAgentBuilder.InitializationStrategy.SelfInjection.nexusAccessorThe nexus accessor to use.Constructors in net.bytebuddy.agent.builder with parameters of type NexusAccessorModifierConstructorDescriptionprotectedDispatcher(NexusAccessor nexusAccessor, int identification) Creates a new dispatcher.protectedDispatcher(NexusAccessor nexusAccessor, int identification) Creates a new eager dispatcher.protectedDispatcher(NexusAccessor nexusAccessor, int identification) Creates a new lazy dispatcher.protectedDispatcher(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.protectedSelfInjection(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 NexusAccessorTypeResolutionStrategy.Active.nexusAccessorThe nexus accessor to use.private final NexusAccessorTypeResolutionStrategy.Active.Resolved.nexusAccessorThe 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.protectedResolved(NexusAccessor nexusAccessor, int identification) Creates a new resolved active type resolution strategy.