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.Redefining
An implementation of a default agent builder that allows for refinement of the redefinition strategy.
|
Modifier and Type | Method and Description |
---|---|
AgentBuilder.RedefinitionListenable.WithoutBatchStrategy |
AgentBuilder.with(AgentBuilder.RedefinitionStrategy redefinitionStrategy)
Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.
|
AgentBuilder.RedefinitionListenable.WithoutBatchStrategy |
AgentBuilder.Default.with(AgentBuilder.RedefinitionStrategy redefinitionStrategy)
Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.
|
AgentBuilder.RedefinitionListenable.WithoutBatchStrategy |
AgentBuilder.Default.Delegator.with(AgentBuilder.RedefinitionStrategy redefinitionStrategy)
Specifies a strategy for modifying types that were already loaded prior to the installation of this transformer.
|
Copyright © 2014–2020. All rights reserved.