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 classA matcher for resubmission upon an error that matches both of the supplied delegate matchers.static classA matcher for resubmission upon an error that matches either of the supplied delegate matchers.static classA matcher for resubmission upon error that uses element matchers for each argument to determine a resubmission.static enumA trivial matcher for resubmission upon an exception.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcherModifier and TypeFieldDescriptionAgentBuilder.Default.Redefining.WithResubmission.resubmissionOnErrorMatcherA matcher to determine resubmissions on errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.resubmissionOnErrorMatcherA matcher to determine resubmissions on errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.Resubmitter.resubmissionOnErrorMatcherA 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.matchersThe represented matchers in their application order.AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher.Disjunction.matchersThe 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.protectedEnabled(AgentBuilder.RedefinitionStrategy.ResubmissionScheduler resubmissionScheduler, AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher resubmissionOnErrorMatcher, AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher resubmissionImmediateMatcher) Creates a new enabled resubmission strategy.protectedResubmitter(AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher resubmissionOnErrorMatcher, AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher resubmissionImmediateMatcher, ConcurrentMap<AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.StorageKey, Set<String>> types) Creates a new resubmitter.protectedWithResubmission(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.