Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification
Packages that use AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification in net.bytebuddy.agent.builder
Subinterfaces of AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification in net.bytebuddy.agent.builderModifier and TypeInterfaceDescriptionstatic interface
A complete but extendable resubmission specification.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecificationModifier and TypeClassDescriptionprotected class
A delegator that applies a resubmission.Methods in net.bytebuddy.agent.builder that return AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecificationModifier and TypeMethodDescriptionAgentBuilder.Default.Redefining.withResubmission
(AgentBuilder.RedefinitionStrategy.ResubmissionScheduler resubmissionScheduler) Specifies resubmission for given unloaded types or types that fail upon an exception during instrumentation.AgentBuilder.RedefinitionListenable.withResubmission
(AgentBuilder.RedefinitionStrategy.ResubmissionScheduler resubmissionScheduler) Specifies resubmission for given unloaded types or types that fail upon an exception during instrumentation.