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.PatchMode.Handler.ForPatchWithGap
A handler for patching by
AgentBuilder.PatchMode.GAP . |
static class |
AgentBuilder.PatchMode.Handler.ForPatchWithOverlap
A handler for patching by
AgentBuilder.PatchMode.OVERLAP . |
static class |
AgentBuilder.PatchMode.Handler.NoOp
A non-operational handler.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AgentBuilder.PatchMode.Handler |
AgentBuilder.PatchMode.toHandler(ResettableClassFileTransformer classFileTransformer)
Resolves this strategy to a handler.
|
Copyright © 2014–2023. All rights reserved.