Class Advice.Dispatcher.RelocationHandler.ForValue.OfDefault

    • Field Detail

      • 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 Detail

      • 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.