Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable
-
Packages that use AgentBuilder.RedefinitionListenable 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 in net.bytebuddy.agent.builder
Subinterfaces of AgentBuilder.RedefinitionListenable in net.bytebuddy.agent.builder Modifier and Type Interface Description static interfaceAgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategyAn agent builder configuration strategy that allows the definition of a discovery strategy.static interfaceAgentBuilder.RedefinitionListenable.WithoutBatchStrategyAn agent builder configuration that allows the configuration of a batching strategy.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.RedefinitionListenable Modifier and Type Class Description protected static classAgentBuilder.Default.RedefiningAn implementation of a default agent builder that allows for refinement of the redefinition strategy.Methods in net.bytebuddy.agent.builder that return AgentBuilder.RedefinitionListenable Modifier and Type Method Description AgentBuilder.RedefinitionListenableAgentBuilder.Default.Redefining. redefineOnly(java.lang.Class<?>... type)AgentBuilder.RedefinitionListenableAgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy. redefineOnly(java.lang.Class<?>... type)Limits the redefinition attempt to the specified types.AgentBuilder.RedefinitionListenableAgentBuilder.Default.Redefining. with(AgentBuilder.RedefinitionStrategy.DiscoveryStrategy redefinitionDiscoveryStrategy)AgentBuilder.RedefinitionListenableAgentBuilder.Default.Redefining. with(AgentBuilder.RedefinitionStrategy.Listener redefinitionListener)AgentBuilder.RedefinitionListenableAgentBuilder.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.RedefinitionListenableAgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy. with(AgentBuilder.RedefinitionStrategy.DiscoveryStrategy redefinitionDiscoveryStrategy)A discovery strategy is responsible for locating loaded types that should be considered for redefinition.
-