Class AgentBuilder.PatchMode.Handler.ForPatchWithOverlap

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

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

  • Constructor Details

    • ForPatchWithOverlap

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