| 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 |
|---|---|
protected static class |
AgentBuilder.Default.Delegator.Matchable<S extends AgentBuilder.Matchable<S>>
An abstract base implementation of a matchable.
|
protected class |
AgentBuilder.Default.Ignoring
A delegator transformer for further precising what types to ignore.
|
protected class |
AgentBuilder.Default.Redefining.WithResubmission
A delegator that applies a resubmission.
|
protected class |
AgentBuilder.Default.Transforming
A helper class that describes a
AgentBuilder.Default after supplying
a AgentBuilder.RawMatcher such that one or several
AgentBuilder.Transformers can be supplied. |
Copyright © 2014–2025. All rights reserved.