Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable.WithoutBatchStrategy
Packages that use AgentBuilder.RedefinitionListenable.WithoutBatchStrategy
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.RedefinitionListenable.WithoutBatchStrategy in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.RedefinitionListenable.WithoutBatchStrategyModifier and TypeClassDescriptionprotected static class
An implementation of a default agent builder that allows for refinement of the redefinition strategy.Methods in net.bytebuddy.agent.builder that return AgentBuilder.RedefinitionListenable.WithoutBatchStrategyModifier and TypeMethodDescriptionAgentBuilder.Default.Delegator.with
(AgentBuilder.RedefinitionStrategy redefinitionStrategy) Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.AgentBuilder.Default.with
(AgentBuilder.RedefinitionStrategy redefinitionStrategy) Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.AgentBuilder.with
(AgentBuilder.RedefinitionStrategy redefinitionStrategy) Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.