Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.PatchMode.Handler
-
Packages that use AgentBuilder.PatchMode.Handler Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent. -
-
Uses of AgentBuilder.PatchMode.Handler in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.PatchMode.Handler Modifier and Type Class Description static class
AgentBuilder.PatchMode.Handler.ForPatchWithGap
A handler for patching byAgentBuilder.PatchMode.GAP
.static class
AgentBuilder.PatchMode.Handler.ForPatchWithOverlap
A handler for patching byAgentBuilder.PatchMode.OVERLAP
.static class
AgentBuilder.PatchMode.Handler.ForPatchWithSubstitution
A handler for patching byAgentBuilder.PatchMode.SUBSTITUTE
.static class
AgentBuilder.PatchMode.Handler.NoOp
A non-operational handler.Methods in net.bytebuddy.agent.builder that return AgentBuilder.PatchMode.Handler Modifier and Type Method Description protected abstract AgentBuilder.PatchMode.Handler
AgentBuilder.PatchMode. toHandler(ResettableClassFileTransformer classFileTransformer)
Resolves this strategy to a handler.Methods in net.bytebuddy.agent.builder with parameters of type AgentBuilder.PatchMode.Handler Modifier and Type Method Description private ResettableClassFileTransformer
AgentBuilder.Default. doInstall(java.lang.instrument.Instrumentation instrumentation, AgentBuilder.RawMatcher matcher, AgentBuilder.PatchMode.Handler handler)
Installs the class file transformer.
-