Interface ByteBuddyPatch.Requirement

Enclosing class:
ByteBuddyPatch

public static interface ByteBuddyPatch.Requirement
Preflight assertion evaluated before bytecode is mutated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(net.bytebuddy.description.type.TypeDescription type)
     
  • Method Details

    • validate

      void validate(net.bytebuddy.description.type.TypeDescription type)