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 class
A matcher for immediate resubmission that matches both of the supplied delegate matchers.static class
A matcher for immediate resubmission that matches either of the supplied delegate matchers.static class
A matcher for immediate resubmission that uses element matchers for each argument to determine a resubmission.static enum
A trivial matcher for immediate resubmission.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherModifier and TypeFieldDescriptionAgentBuilder.Default.Redefining.WithResubmission.resubmissionImmediateMatcher
A matcher to determine resubmissions without errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.resubmissionImmediateMatcher
A matcher to determine resubmissions without errors.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.Resubmitter.resubmissionImmediateMatcher
A 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.matchers
The matchers in their application order.AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Disjunction.matchers
The 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.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.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.