Class Advice.OffsetMapping.ForAllArguments

    • Constructor Detail

      • ForAllArguments

        protected ForAllArguments​(TypeDescription.Generic target,
                                  Advice.AllArguments annotation)
        Creates a new offset mapping for an array containing all arguments.
        Parameters:
        target - The component target type.
        annotation - The mapped annotation.
      • ForAllArguments

        public ForAllArguments​(TypeDescription.Generic target,
                               boolean readOnly,
                               Assigner.Typing typing)
        Creates a new offset mapping for an array containing all arguments.
        Parameters:
        target - The component target type.
        readOnly - true if the array is read-only.
        typing - The typing to apply.