Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable
Packages that use AgentBuilder.RedefinitionListenable
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.RedefinitionListenable in net.bytebuddy.agent.builder
Subinterfaces of AgentBuilder.RedefinitionListenable in net.bytebuddy.agent.builderModifier and TypeInterfaceDescriptionstatic interface
An agent builder configuration strategy that allows the definition of a discovery strategy.static interface
An agent builder configuration that allows the configuration of a batching strategy.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.RedefinitionListenableModifier 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.RedefinitionListenableModifier and TypeMethodDescriptionAgentBuilder.Default.Redefining.redefineOnly
(Class<?>... type) Limits the redefinition attempt to the specified types.AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy.redefineOnly
(Class<?>... type) Limits the redefinition attempt to the specified types.AgentBuilder.Default.Redefining.with
(AgentBuilder.RedefinitionStrategy.DiscoveryStrategy redefinitionDiscoveryStrategy) A discovery strategy is responsible for locating loaded types that should be considered for redefinition.AgentBuilder.Default.Redefining.with
(AgentBuilder.RedefinitionStrategy.Listener redefinitionListener) A redefinition listener is invoked before each batch of type redefinitions and on every error as well as after the redefinition was completed.AgentBuilder.RedefinitionListenable.with
(AgentBuilder.RedefinitionStrategy.Listener redefinitionListener) A redefinition listener is invoked before each batch of type redefinitions and on every error as well as after the redefinition was completed.AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy.with
(AgentBuilder.RedefinitionStrategy.DiscoveryStrategy redefinitionDiscoveryStrategy) A discovery strategy is responsible for locating loaded types that should be considered for redefinition.