Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher
Packages that use AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherModifier and TypeClassDescriptionstatic classA matcher for immediate resubmission that matches both of the supplied delegate matchers.static classA matcher for immediate resubmission that matches either of the supplied delegate matchers.static classA matcher for immediate resubmission that uses element matchers for each argument to determine a resubmission.static enumA trivial matcher for immediate resubmission.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherModifier and TypeFieldDescriptionAgentBuilder.Default.Redefining.WithResubmission.resubmissionImmediateMatcherA matcher to determine resubmissions without errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.resubmissionImmediateMatcherA matcher to determine resubmissions without errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.Resubmitter.resubmissionImmediateMatcherA matcher to determine resubmissions without errors.Fields in net.bytebuddy.agent.builder with type parameters of type AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherModifier and TypeFieldDescriptionAgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Conjunction.matchersThe matchers in their application order.AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Disjunction.matchersThe matchers in their application order.Methods in net.bytebuddy.agent.builder with parameters of type AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherModifier and TypeMethodDescriptionAgentBuilder.Default.Redefining.WithResubmission.resubmitImmediate(AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher matcher) Specifies that transformations of unloaded types should not be transformed when they are loaded for the first time but should rather be resubmitted after they are loaded.AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitImmediate(AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher matcher) Specifies that transformations of unloaded types should not be transformed when they are loaded for the first time but should rather be resubmitted after they are loaded.Constructors in net.bytebuddy.agent.builder with parameters of type AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherModifierConstructorDescriptionCreates a new conjunction for an immediate resubmission matcher.Creates a new conjunction for an immediate resubmission matcher.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.ResubmissionImmediateMatcherModifierConstructorDescriptionConjunction(List<? extends AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher> matchers) Creates a new conjunction for an immediate resubmission matcher.Disjunction(List<? extends AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher> matchers) Creates a new disjunction for an immediate resubmission matcher.