Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher
Packages that use AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcherModifier and TypeClassDescriptionstatic class
A matcher for resubmission upon an error that matches both of the supplied delegate matchers.static class
A matcher for resubmission upon an error that matches either of the supplied delegate matchers.static class
A matcher for resubmission upon error that uses element matchers for each argument to determine a resubmission.static enum
A trivial matcher for resubmission upon an exception.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcherModifier and TypeFieldDescriptionAgentBuilder.Default.Redefining.WithResubmission.resubmissionOnErrorMatcher
A matcher to determine resubmissions on errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.resubmissionOnErrorMatcher
A matcher to determine resubmissions on errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.Resubmitter.resubmissionOnErrorMatcher
A matcher to determine resubmissions on errors.Fields in net.bytebuddy.agent.builder with type parameters of type AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcherModifier and TypeFieldDescriptionAgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher.Conjunction.matchers
The represented matchers in their application order.AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher.Disjunction.matchers
The represented matchers in their application order.Methods in net.bytebuddy.agent.builder with parameters of type AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcherModifier and TypeMethodDescriptionAgentBuilder.Default.Redefining.WithResubmission.resubmitOnError
(AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher matcher) Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the loaded type, given that the specified matcher matches the type in question.AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError
(AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher matcher) Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the loaded type, given that the specified matcher matches the type in question.Constructors in net.bytebuddy.agent.builder with parameters of type AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcherModifierConstructorDescriptionCreates a new conjunction for a resubmission matcher upon an error.Creates a new disjunction for a resubmission matcher upon an error.protected
Enabled
(AgentBuilder.RedefinitionStrategy.ResubmissionScheduler resubmissionScheduler, AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher resubmissionOnErrorMatcher, AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher resubmissionImmediateMatcher) Creates a new enabled resubmission strategy.protected
Resubmitter
(AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher resubmissionOnErrorMatcher, AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher resubmissionImmediateMatcher, ConcurrentMap<AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.StorageKey, Set<String>> types) Creates a new resubmitter.protected
WithResubmission
(AgentBuilder.RedefinitionStrategy.ResubmissionScheduler resubmissionScheduler, AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher resubmissionOnErrorMatcher, AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher resubmissionImmediateMatcher) Creates a new delegator that applies resubmissions.Constructor parameters in net.bytebuddy.agent.builder with type arguments of type AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcherModifierConstructorDescriptionConjunction
(List<? extends AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher> matchers) Creates a new conjunction for a resubmission matcher upon an error.Disjunction
(List<? extends AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher> matchers) Creates a new conjunction for a resubmission matcher upon an error.