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 classAgentBuilder.PatchMode.Handler.ForPatchWithGapA handler for patching byAgentBuilder.PatchMode.GAP.static classAgentBuilder.PatchMode.Handler.ForPatchWithOverlapA handler for patching byAgentBuilder.PatchMode.OVERLAP.static classAgentBuilder.PatchMode.Handler.ForPatchWithSubstitutionA handler for patching byAgentBuilder.PatchMode.SUBSTITUTE.static classAgentBuilder.PatchMode.Handler.NoOpA non-operational handler.Methods in net.bytebuddy.agent.builder that return AgentBuilder.PatchMode.Handler Modifier and Type Method Description protected abstract AgentBuilder.PatchMode.HandlerAgentBuilder.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 ResettableClassFileTransformerAgentBuilder.Default. doInstall(java.lang.instrument.Instrumentation instrumentation, AgentBuilder.RawMatcher matcher, AgentBuilder.PatchMode.Handler handler)Installs the class file transformer.
-