Class Advice.OffsetMapping.ForField.Unresolved

java.lang.Object
net.bytebuddy.asm.Advice.OffsetMapping.ForField
net.bytebuddy.asm.Advice.OffsetMapping.ForField.Unresolved
All Implemented Interfaces:
Advice.OffsetMapping
Direct Known Subclasses:
Advice.OffsetMapping.ForField.Unresolved.WithExplicitType, Advice.OffsetMapping.ForField.Unresolved.WithImplicitType
Enclosing class:
Advice.OffsetMapping.ForField

@Enhance public abstract static class Advice.OffsetMapping.ForField.Unresolved extends Advice.OffsetMapping.ForField
An offset mapping for a field that is resolved from the instrumented type by its name.
  • Field Details

    • BEAN_PROPERTY

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

      private final String name
      The name of the field.
  • Constructor Details

    • Unresolved

      protected Unresolved(TypeDescription.Generic target, boolean readOnly, Assigner.Typing typing, 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.
  • Method Details