Class Advice.Dispatcher.RelocationHandler.ForValue.OfDefault

java.lang.Object
net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler.ForValue.OfDefault
All Implemented Interfaces:
Advice.Dispatcher.RelocationHandler
Enclosing class:
Advice.Dispatcher.RelocationHandler.ForValue

@Enhance(includeSyntheticFields=true) protected class Advice.Dispatcher.RelocationHandler.ForValue.OfDefault extends Object implements Advice.Dispatcher.RelocationHandler
A relocation handler that checks for a value being a default value.
  • Field Details

    • index

      private final int index
      The index of the array returned by the advice method that contains the value to check for its value.
  • Constructor Details

    • OfDefault

      public OfDefault(int index)
      A relocation handler that checks if a value is a default value.
      Parameters:
      index - The index of the array returned by the advice method that contains the value to check for its value.
  • Method Details