public class org.springframework.beans.factory.InjectionPoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.beans.factory.InjectionPoint
  super_class: java.lang.Object
{
  protected org.springframework.core.MethodParameter methodParameter;
    descriptor: Lorg/springframework/core/MethodParameter;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected java.lang.reflect.Field field;
    descriptor: Ljava/lang/reflect/Field;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private volatile java.lang.annotation.Annotation[] fieldAnnotations;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.InjectionPoint this
        start local 1 // org.springframework.core.MethodParameter methodParameter
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 1 /* methodParameter */
            ldc "MethodParameter must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 58
            aload 0 /* this */
            aload 1 /* methodParameter */
            putfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
         3: .line 59
            return
        end local 1 // org.springframework.core.MethodParameter methodParameter
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/springframework/beans/factory/InjectionPoint;
            0    4     1  methodParameter  Lorg/springframework/core/MethodParameter;
    MethodParameters:
                 Name  Flags
      methodParameter  

  public void <init>(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.InjectionPoint this
        start local 1 // java.lang.reflect.Field field
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 1 /* field */
            ldc "Field must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 67
            aload 0 /* this */
            aload 1 /* field */
            putfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
         3: .line 68
            return
        end local 1 // java.lang.reflect.Field field
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/beans/factory/InjectionPoint;
            0    4     1  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  protected void <init>(org.springframework.beans.factory.InjectionPoint);
    descriptor: (Lorg/springframework/beans/factory/InjectionPoint;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.InjectionPoint this
        start local 1 // org.springframework.beans.factory.InjectionPoint original
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            aload 1 /* original */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            ifnull 3
         2: .line 76
            new org.springframework.core.MethodParameter
            dup
            aload 1 /* original */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            invokespecial org.springframework.core.MethodParameter.<init>:(Lorg/springframework/core/MethodParameter;)V
            goto 4
      StackMap locals: org.springframework.beans.factory.InjectionPoint org.springframework.beans.factory.InjectionPoint
      StackMap stack: org.springframework.beans.factory.InjectionPoint
         3: aconst_null
         4: .line 75
      StackMap locals: org.springframework.beans.factory.InjectionPoint org.springframework.beans.factory.InjectionPoint
      StackMap stack: org.springframework.beans.factory.InjectionPoint org.springframework.core.MethodParameter
            putfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
         5: .line 77
            aload 0 /* this */
            aload 1 /* original */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            putfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
         6: .line 78
            aload 0 /* this */
            aload 1 /* original */
            getfield org.springframework.beans.factory.InjectionPoint.fieldAnnotations:[Ljava/lang/annotation/Annotation;
            putfield org.springframework.beans.factory.InjectionPoint.fieldAnnotations:[Ljava/lang/annotation/Annotation;
         7: .line 79
            return
        end local 1 // org.springframework.beans.factory.InjectionPoint original
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/springframework/beans/factory/InjectionPoint;
            0    8     1  original  Lorg/springframework/beans/factory/InjectionPoint;
    MethodParameters:
          Name  Flags
      original  

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            return
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/beans/factory/InjectionPoint;

  public org.springframework.core.MethodParameter getMethodParameter();
    descriptor: ()Lorg/springframework/core/MethodParameter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 95
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/InjectionPoint;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.reflect.Field getField();
    descriptor: ()Ljava/lang/reflect/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 105
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/InjectionPoint;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected final org.springframework.core.MethodParameter obtainMethodParameter();
    descriptor: ()Lorg/springframework/core/MethodParameter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 115
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Neither Field nor MethodParameter"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         3: .line 116
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/beans/factory/InjectionPoint;

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 123
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            ifnull 6
         1: .line 124
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.fieldAnnotations:[Ljava/lang/annotation/Annotation;
            astore 1 /* fieldAnnotations */
        start local 1 // java.lang.annotation.Annotation[] fieldAnnotations
         2: .line 125
            aload 1 /* fieldAnnotations */
            ifnonnull 5
         3: .line 126
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getAnnotations:()[Ljava/lang/annotation/Annotation;
            astore 1 /* fieldAnnotations */
         4: .line 127
            aload 0 /* this */
            aload 1 /* fieldAnnotations */
            putfield org.springframework.beans.factory.InjectionPoint.fieldAnnotations:[Ljava/lang/annotation/Annotation;
         5: .line 129
      StackMap locals: java.lang.annotation.Annotation[]
      StackMap stack:
            aload 1 /* fieldAnnotations */
            areturn
        end local 1 // java.lang.annotation.Annotation[] fieldAnnotations
         6: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.beans.factory.InjectionPoint.obtainMethodParameter:()Lorg/springframework/core/MethodParameter;
            invokevirtual org.springframework.core.MethodParameter.getParameterAnnotations:()[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/springframework/beans/factory/InjectionPoint;
            2    6     1  fieldAnnotations  [Ljava/lang/annotation/Annotation;

  public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.InjectionPoint this
        start local 1 // java.lang.Class annotationType
         0: .line 144
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            ifnull 1
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            aload 1 /* annotationType */
            invokevirtual java.lang.reflect.Field.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            goto 2
         1: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.beans.factory.InjectionPoint.obtainMethodParameter:()Lorg/springframework/core/MethodParameter;
            aload 1 /* annotationType */
            invokevirtual org.springframework.core.MethodParameter.getParameterAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
         2: .line 144
      StackMap locals:
      StackMap stack: java.lang.annotation.Annotation
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/springframework/beans/factory/InjectionPoint;
            0    3     1  annotationType  Ljava/lang/Class<TA;>;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)TA;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  

  public java.lang.Class<?> getDeclaredType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 153
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            ifnull 1
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getType:()Ljava/lang/Class;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual org.springframework.beans.factory.InjectionPoint.obtainMethodParameter:()Lorg/springframework/core/MethodParameter;
            invokevirtual org.springframework.core.MethodParameter.getParameterType:()Ljava/lang/Class;
      StackMap locals:
      StackMap stack: java.lang.Class
         2: areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/factory/InjectionPoint;
    Signature: ()Ljava/lang/Class<*>;

  public java.lang.reflect.Member getMember();
    descriptor: ()Ljava/lang/reflect/Member;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 161
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            ifnull 1
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual org.springframework.beans.factory.InjectionPoint.obtainMethodParameter:()Lorg/springframework/core/MethodParameter;
            invokevirtual org.springframework.core.MethodParameter.getMember:()Ljava/lang/reflect/Member;
      StackMap locals:
      StackMap stack: java.lang.reflect.Member
         2: areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/factory/InjectionPoint;

  public java.lang.reflect.AnnotatedElement getAnnotatedElement();
    descriptor: ()Ljava/lang/reflect/AnnotatedElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 174
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            ifnull 1
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual org.springframework.beans.factory.InjectionPoint.obtainMethodParameter:()Lorg/springframework/core/MethodParameter;
            invokevirtual org.springframework.core.MethodParameter.getAnnotatedElement:()Ljava/lang/reflect/AnnotatedElement;
      StackMap locals:
      StackMap stack: java.lang.reflect.AnnotatedElement
         2: areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/factory/InjectionPoint;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.beans.factory.InjectionPoint this
        start local 1 // java.lang.Object other
         0: .line 180
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 181
            iconst_1
            ireturn
         2: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 184
            iconst_0
            ireturn
         4: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.beans.factory.InjectionPoint
            astore 2 /* otherPoint */
        start local 2 // org.springframework.beans.factory.InjectionPoint otherPoint
         5: .line 187
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            aload 2 /* otherPoint */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 188
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            aload 2 /* otherPoint */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 187
            iconst_1
            ireturn
      StackMap locals: org.springframework.beans.factory.InjectionPoint
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.springframework.beans.factory.InjectionPoint otherPoint
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/springframework/beans/factory/InjectionPoint;
            0    9     1       other  Ljava/lang/Object;
            5    9     2  otherPoint  Lorg/springframework/beans/factory/InjectionPoint;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 193
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            ifnull 1
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            invokestatic org.springframework.util.ObjectUtils.nullSafeHashCode:(Ljava/lang/Object;)I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/factory/InjectionPoint;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.InjectionPoint this
         0: .line 198
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            ifnull 1
            new java.lang.StringBuilder
            dup
            ldc "field '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.field:Ljava/lang/reflect/Field;
            invokevirtual java.lang.reflect.Field.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.springframework.beans.factory.InjectionPoint.methodParameter:Lorg/springframework/core/MethodParameter;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.springframework.beans.factory.InjectionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/factory/InjectionPoint;
}
SourceFile: "InjectionPoint.java"