Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable.WithoutBatchStrategy
-
Packages that use AgentBuilder.RedefinitionListenable.WithoutBatchStrategy Package Description net.bytebuddy.agent.builder 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.WithoutBatchStrategy Modifier and Type Class Description protected static class
AgentBuilder.Default.Redefining
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.WithoutBatchStrategy Modifier and Type Method Description AgentBuilder.RedefinitionListenable.WithoutBatchStrategy
AgentBuilder.Default.Delegator. with(AgentBuilder.RedefinitionStrategy redefinitionStrategy)
Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.AgentBuilder.RedefinitionListenable.WithoutBatchStrategy
AgentBuilder.Default. with(AgentBuilder.RedefinitionStrategy redefinitionStrategy)
Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.AgentBuilder.RedefinitionListenable.WithoutBatchStrategy
AgentBuilder. with(AgentBuilder.RedefinitionStrategy redefinitionStrategy)
Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.
-