Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.PatchMode.Handler
Packages that use AgentBuilder.PatchMode.Handler
Package
Description
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.HandlerModifier and TypeClassDescriptionstatic class
A handler for patching byAgentBuilder.PatchMode.GAP
.static class
A handler for patching byAgentBuilder.PatchMode.OVERLAP
.static class
A handler for patching byAgentBuilder.PatchMode.SUBSTITUTE
.static enum
A non-operational handler.Methods in net.bytebuddy.agent.builder that return AgentBuilder.PatchMode.HandlerModifier and TypeMethodDescriptionprotected 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.HandlerModifier and TypeMethodDescriptionprivate ResettableClassFileTransformer
AgentBuilder.Default.doInstall
(Instrumentation instrumentation, AgentBuilder.RawMatcher matcher, AgentBuilder.PatchMode.Handler handler) Installs the class file transformer.