Class AgentBuilder.PatchMode.Handler.ForPatchWithGap

java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.PatchMode.Handler.ForPatchWithGap
All Implemented Interfaces:
AgentBuilder.PatchMode.Handler
Enclosing interface:
AgentBuilder.PatchMode.Handler

@Enhance public static class AgentBuilder.PatchMode.Handler.ForPatchWithGap extends Object implements AgentBuilder.PatchMode.Handler
A handler for patching by AgentBuilder.PatchMode.GAP.
  • Field Details

  • Constructor Details

    • ForPatchWithGap

      protected ForPatchWithGap(ResettableClassFileTransformer classFileTransformer)
      Creates a new handler.
      Parameters:
      classFileTransformer - The class file transformer to deregister.
  • Method Details