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