Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher
-
Packages that use AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher Package Description net.bytebuddy.agent.builder 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.ResubmissionImmediateMatcher Modifier and Type Class Description static classAgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.ConjunctionA matcher for immediate resubmission that matches both of the supplied delegate matchers.static classAgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.DisjunctionA matcher for immediate resubmission that matches either of the supplied delegate matchers.static classAgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.ForElementMatchersA matcher for immediate resubmission that uses element matchers for each argument to determine a resubmission.static classAgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.TrivialA trivial matcher for immediate resubmission.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher Modifier and Type Field Description private AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherAgentBuilder.Default.Redefining.WithResubmission. resubmissionImmediateMatcherA matcher to determine resubmissions without errors.private AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherAgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled. resubmissionImmediateMatcherA matcher to determine resubmissions without errors.private AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcherAgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.Resubmitter. resubmissionImmediateMatcherA matcher to determine resubmissions without errors.Fields in net.bytebuddy.agent.builder with type parameters of type AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher Modifier and Type Field Description private java.util.List<AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher>AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Conjunction. matchersThe matchers in their application order.private java.util.List<AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher>AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Disjunction. matchersThe matchers in their application order.Methods in net.bytebuddy.agent.builder with parameters of type AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher Modifier and Type Method Description AgentBuilder.RedefinitionListenable.WithResubmissionSpecificationAgentBuilder.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.WithResubmissionSpecificationAgentBuilder.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.Constructor parameters in net.bytebuddy.agent.builder with type arguments of type AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher Constructor Description Conjunction(java.util.List<? extends AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher> matchers)Creates a new conjunction for an immediate resubmission matcher.Disjunction(java.util.List<? extends AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher> matchers)Creates a new disjunction for an immediate resubmission matcher.
-