Class Advice.OffsetMapping.ForFieldHandle.Unresolved

    • Field Detail

      • BEAN_PROPERTY

        protected static final java.lang.String BEAN_PROPERTY
        Indicates that a name should be extracted from an accessor method.
        See Also:
        Constant Field Values
      • name

        private final java.lang.String name
        The name of the field.
    • Constructor Detail

      • Unresolved

        public Unresolved​(Advice.OffsetMapping.ForFieldHandle.Access access,
                          java.lang.String name)
        Creates an offset mapping for a field that is not yet resolved.
        Parameters:
        access - The access type of the represented handle.
        name - The name of the field.