Class Advice.PostProcessor.Compound

java.lang.Object
net.bytebuddy.asm.Advice.PostProcessor.Compound
All Implemented Interfaces:
Advice.PostProcessor
Enclosing interface:
Advice.PostProcessor

@Enhance public static class Advice.PostProcessor.Compound extends Object implements Advice.PostProcessor
A compound post processor.
  • Field Details

  • Constructor Details

    • Compound

      protected Compound(List<Advice.PostProcessor> postProcessors)
      Creates a new compound post processor.
      Parameters:
      postProcessors - The represented post processors.
  • Method Details