Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy
-
Packages that use AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy 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.WithImplicitDiscoveryStrategy in net.bytebuddy.agent.builder
Subinterfaces of AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy in net.bytebuddy.agent.builder Modifier and Type Interface Description static interface
AgentBuilder.RedefinitionListenable.WithoutBatchStrategy
An agent builder configuration that allows the configuration of a batching strategy.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy 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.WithImplicitDiscoveryStrategy Modifier and Type Method Description AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy
AgentBuilder.Default.Redefining. with(AgentBuilder.RedefinitionStrategy.BatchAllocator redefinitionBatchAllocator)
A batch allocator is responsible for diving a redefining of existing types into several chunks.AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy
AgentBuilder.RedefinitionListenable.WithoutBatchStrategy. with(AgentBuilder.RedefinitionStrategy.BatchAllocator redefinitionBatchAllocator)
A batch allocator is responsible for diving a redefining of existing types into several chunks.
-