Class Advice.OffsetMapping.ForEnterValue

    • Constructor Detail

      • ForEnterValue

        protected ForEnterValue​(TypeDescription.Generic target,
                                TypeDescription.Generic enterType,
                                Advice.Enter enter)
        Creates a new offset mapping for the enter type.
        Parameters:
        target - The represented target type.
        enterType - The enter type.
        enter - The represented annotation.
      • ForEnterValue

        public ForEnterValue​(TypeDescription.Generic target,
                             TypeDescription.Generic enterType,
                             boolean readOnly,
                             Assigner.Typing typing)
        Creates a new offset mapping for the enter type.
        Parameters:
        target - The represented target type.
        enterType - The enter type.
        readOnly - true if the annotated value is read-only.
        typing - The typing to apply.