Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
Modifier and Type | Class 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 |
---|---|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
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.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.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.
|
Constructor and Description |
---|
Conjunction(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.
|
Copyright © 2014–2022. All rights reserved.