Class Advice.OffsetMapping.Target.ForArray

    • Field Detail

      • valueReads

        protected final java.util.List<? extends StackManipulation> valueReads
        The stack manipulations to apply upon reading a variable array.
    • Constructor Detail

      • ForArray

        protected ForArray​(TypeDescription.Generic target,
                           java.util.List<? extends StackManipulation> valueReads)
        Creates a new target mapping for an array of all local variables.
        Parameters:
        target - The compound target type.
        valueReads - The stack manipulations to apply upon reading a variable array.