public static interface AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Conjunction
A matcher for immediate resubmission that matches both of the supplied delegate matchers.
|
static class |
AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Disjunction
A matcher for immediate resubmission that matches either of the supplied delegate matchers.
|
static class |
AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.ForElementMatchers
A matcher for immediate resubmission that uses element matchers for each argument to determine a resubmission.
|
static class |
AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher.Trivial
A trivial matcher for immediate resubmission.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String typeName,
ClassLoader classLoader,
JavaModule module)
Returns
true if a type should be resubmitted if it is not yet loaded. |
boolean matches(String typeName, @MaybeNull ClassLoader classLoader, @MaybeNull JavaModule module)
true if a type should be resubmitted if it is not yet loaded.typeName - The name of the instrumented type.classLoader - The class loader of the instrumented type or null if the type is loaded by the bootstrap class loader.module - The module of the instrumented type or null if the current VM does not support modules.true if the type should be resubmitted.Copyright © 2014–2025. All rights reserved.