Class Advice.OffsetMapping.ForField.Unresolved

    • Field Detail

      • name

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

      • Unresolved

        public Unresolved​(TypeDescription.Generic target,
                          boolean readOnly,
                          Assigner.Typing typing,
                          java.lang.String name)
        Creates an offset mapping for a field that is not yet resolved.
        Parameters:
        target - The target type.
        readOnly - true if this mapping is read-only.
        typing - The typing to apply.
        name - The name of the field.