class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler implements java.lang.reflect.InvocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
  super_class: java.lang.Object
{
  private final org.springframework.core.annotation.AnnotationAttributeExtractor<?> attributeExtractor;
    descriptor: Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/core/annotation/AnnotationAttributeExtractor<*>;

  private final java.util.Map<java.lang.String, java.lang.Object> valueCache;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  void <init>(org.springframework.core.annotation.AnnotationAttributeExtractor<?>);
    descriptor: (Lorg/springframework/core/annotation/AnnotationAttributeExtractor;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
        start local 1 // org.springframework.core.annotation.AnnotationAttributeExtractor attributeExtractor
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            bipush 8
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:(I)V
            putfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.valueCache:Ljava/util/Map;
         2: .line 57
            aload 1 /* attributeExtractor */
            ldc "AnnotationAttributeExtractor must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 58
            aload 0 /* this */
            aload 1 /* attributeExtractor */
            putfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeExtractor:Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
         4: .line 59
            return
        end local 1 // org.springframework.core.annotation.AnnotationAttributeExtractor attributeExtractor
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            0    5     1  attributeExtractor  Lorg/springframework/core/annotation/AnnotationAttributeExtractor<*>;
    Signature: (Lorg/springframework/core/annotation/AnnotationAttributeExtractor<*>;)V
    MethodParameters:
                    Name  Flags
      attributeExtractor  

  public java.lang.Object invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
        start local 1 // java.lang.Object proxy
        start local 2 // java.lang.reflect.Method method
        start local 3 // java.lang.Object[] args
         0: .line 64
            aload 2 /* method */
            invokestatic org.springframework.util.ReflectionUtils.isEqualsMethod:(Ljava/lang/reflect/Method;)Z
            ifeq 2
         1: .line 65
            aload 0 /* this */
            aload 3 /* args */
            iconst_0
            aaload
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationEquals:(Ljava/lang/Object;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 2 /* method */
            invokestatic org.springframework.util.ReflectionUtils.isHashCodeMethod:(Ljava/lang/reflect/Method;)Z
            ifeq 4
         3: .line 68
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationHashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 2 /* method */
            invokestatic org.springframework.util.ReflectionUtils.isToStringMethod:(Ljava/lang/reflect/Method;)Z
            ifeq 6
         5: .line 71
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationToString:()Ljava/lang/String;
            areturn
         6: .line 73
      StackMap locals:
      StackMap stack:
            aload 2 /* method */
            invokestatic org.springframework.core.annotation.AnnotationUtils.isAnnotationTypeMethod:(Ljava/lang/reflect/Method;)Z
            ifeq 8
         7: .line 74
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationType:()Ljava/lang/Class;
            areturn
         8: .line 76
      StackMap locals:
      StackMap stack:
            aload 2 /* method */
            invokestatic org.springframework.core.annotation.AnnotationUtils.isAttributeMethod:(Ljava/lang/reflect/Method;)Z
            ifne 12
         9: .line 77
            new org.springframework.core.annotation.AnnotationConfigurationException
            dup
        10: .line 78
            ldc "Method [%s] is unsupported for synthesized annotation type [%s]"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* method */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationType:()Ljava/lang/Class;
            aastore
        11: .line 77
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.springframework.core.annotation.AnnotationConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* method */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.getAttributeValue:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.Object proxy
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            0   13     1   proxy  Ljava/lang/Object;
            0   13     2  method  Ljava/lang/reflect/Method;
            0   13     3    args  [Ljava/lang/Object;
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
        Name  Flags
      proxy   
      method  
      args    

  private java.lang.Class<? extends java.lang.annotation.Annotation> annotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
         0: .line 84
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeExtractor:Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
            invokeinterface org.springframework.core.annotation.AnnotationAttributeExtractor.getAnnotationType:()Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
    Signature: ()Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;

  private java.lang.Object getAttributeValue(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
        start local 1 // java.lang.reflect.Method attributeMethod
         0: .line 88
            aload 1 /* attributeMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            astore 2 /* attributeName */
        start local 2 // java.lang.String attributeName
         1: .line 89
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.valueCache:Ljava/util/Map;
            aload 2 /* attributeName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         2: .line 90
            aload 3 /* value */
            ifnonnull 15
         3: .line 91
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeExtractor:Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
            aload 1 /* attributeMethod */
            invokeinterface org.springframework.core.annotation.AnnotationAttributeExtractor.getAttributeValue:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            astore 3 /* value */
         4: .line 92
            aload 3 /* value */
            ifnonnull 9
         5: .line 93
            ldc "%s returned null for attribute name [%s] from attribute source [%s]"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         6: .line 94
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeExtractor:Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* attributeName */
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeExtractor:Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
            invokeinterface org.springframework.core.annotation.AnnotationAttributeExtractor.getSource:()Ljava/lang/Object;
            aastore
         7: .line 93
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* msg */
        start local 4 // java.lang.String msg
         8: .line 95
            new java.lang.IllegalStateException
            dup
            aload 4 /* msg */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.String msg
         9: .line 99
      StackMap locals: java.lang.String java.lang.Object
      StackMap stack:
            aload 3 /* value */
            instanceof java.lang.annotation.Annotation
            ifeq 12
        10: .line 100
            aload 3 /* value */
            checkcast java.lang.annotation.Annotation
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeExtractor:Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
            invokeinterface org.springframework.core.annotation.AnnotationAttributeExtractor.getAnnotatedElement:()Ljava/lang/Object;
            invokestatic org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotation:(Ljava/lang/annotation/Annotation;Ljava/lang/Object;)Ljava/lang/annotation/Annotation;
            astore 3 /* value */
        11: .line 101
            goto 14
        12: .line 102
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            instanceof java.lang.annotation.Annotation[]
            ifeq 14
        13: .line 103
            aload 3 /* value */
            checkcast java.lang.annotation.Annotation[]
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeExtractor:Lorg/springframework/core/annotation/AnnotationAttributeExtractor;
            invokeinterface org.springframework.core.annotation.AnnotationAttributeExtractor.getAnnotatedElement:()Ljava/lang/Object;
            invokestatic org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotationArray:([Ljava/lang/annotation/Annotation;Ljava/lang/Object;)[Ljava/lang/annotation/Annotation;
            astore 3 /* value */
        14: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.valueCache:Ljava/util/Map;
            aload 2 /* attributeName */
            aload 3 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 110
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 17
        16: .line 111
            aload 0 /* this */
            aload 3 /* value */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.cloneArray:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        17: .line 114
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            areturn
        end local 3 // java.lang.Object value
        end local 2 // java.lang.String attributeName
        end local 1 // java.lang.reflect.Method attributeMethod
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0             this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            0   18     1  attributeMethod  Ljava/lang/reflect/Method;
            1   18     2    attributeName  Ljava/lang/String;
            2   18     3            value  Ljava/lang/Object;
            8    9     4              msg  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      attributeMethod  

  private java.lang.Object cloneArray(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
        start local 1 // java.lang.Object array
         0: .line 123
            aload 1 /* array */
            instanceof boolean[]
            ifeq 2
         1: .line 124
            aload 1 /* array */
            checkcast boolean[]
            invokevirtual boolean[].clone:()Ljava/lang/Object;
            areturn
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof byte[]
            ifeq 4
         3: .line 127
            aload 1 /* array */
            checkcast byte[]
            invokevirtual byte[].clone:()Ljava/lang/Object;
            areturn
         4: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof char[]
            ifeq 6
         5: .line 130
            aload 1 /* array */
            checkcast char[]
            invokevirtual char[].clone:()Ljava/lang/Object;
            areturn
         6: .line 132
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof double[]
            ifeq 8
         7: .line 133
            aload 1 /* array */
            checkcast double[]
            invokevirtual double[].clone:()Ljava/lang/Object;
            areturn
         8: .line 135
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof float[]
            ifeq 10
         9: .line 136
            aload 1 /* array */
            checkcast float[]
            invokevirtual float[].clone:()Ljava/lang/Object;
            areturn
        10: .line 138
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof int[]
            ifeq 12
        11: .line 139
            aload 1 /* array */
            checkcast int[]
            invokevirtual int[].clone:()Ljava/lang/Object;
            areturn
        12: .line 141
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof long[]
            ifeq 14
        13: .line 142
            aload 1 /* array */
            checkcast long[]
            invokevirtual long[].clone:()Ljava/lang/Object;
            areturn
        14: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof short[]
            ifeq 16
        15: .line 145
            aload 1 /* array */
            checkcast short[]
            invokevirtual short[].clone:()Ljava/lang/Object;
            areturn
        16: .line 149
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            checkcast java.lang.Object[]
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object array
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            0   17     1  array  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      array  

  private boolean annotationEquals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
        start local 1 // java.lang.Object other
         0: .line 157
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 158
            iconst_1
            ireturn
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationType:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 161
            iconst_0
            ireturn
         4: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationType:()Ljava/lang/Class;
            invokestatic org.springframework.core.annotation.AnnotationUtils.getAttributeMethods:(Ljava/lang/Class;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler java.lang.Object top java.util.Iterator
      StackMap stack:
         5: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            astore 2 /* attributeMethod */
        start local 2 // java.lang.reflect.Method attributeMethod
         6: .line 165
            aload 0 /* this */
            aload 2 /* attributeMethod */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.getAttributeValue:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            astore 4 /* thisValue */
        start local 4 // java.lang.Object thisValue
         7: .line 166
            aload 2 /* attributeMethod */
            aload 1 /* other */
            invokestatic org.springframework.util.ReflectionUtils.invokeMethod:(Ljava/lang/reflect/Method;Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* otherValue */
        start local 5 // java.lang.Object otherValue
         8: .line 167
            aload 4 /* thisValue */
            aload 5 /* otherValue */
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 10
         9: .line 168
            iconst_0
            ireturn
        end local 5 // java.lang.Object otherValue
        end local 4 // java.lang.Object thisValue
        end local 2 // java.lang.reflect.Method attributeMethod
        10: .line 164
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 172
            iconst_1
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            0   12     1            other  Ljava/lang/Object;
            6   10     2  attributeMethod  Ljava/lang/reflect/Method;
            7   10     4        thisValue  Ljava/lang/Object;
            8   10     5       otherValue  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  private int annotationHashCode();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
         0: .line 179
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 181
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationType:()Ljava/lang/Class;
            invokestatic org.springframework.core.annotation.AnnotationUtils.getAttributeMethods:(Ljava/lang/Class;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            astore 2 /* attributeMethod */
        start local 2 // java.lang.reflect.Method attributeMethod
         3: .line 182
            aload 0 /* this */
            aload 2 /* attributeMethod */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.getAttributeValue:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         4: .line 184
            aload 4 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 7
         5: .line 185
            aload 0 /* this */
            aload 4 /* value */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.hashCodeForArray:(Ljava/lang/Object;)I
            istore 5 /* hashCode */
        start local 5 // int hashCode
         6: .line 186
            goto 8
        end local 5 // int hashCode
         7: .line 188
      StackMap locals: org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler int java.lang.reflect.Method java.util.Iterator java.lang.Object
      StackMap stack:
            aload 4 /* value */
            invokevirtual java.lang.Object.hashCode:()I
            istore 5 /* hashCode */
        start local 5 // int hashCode
         8: .line 190
      StackMap locals: int
      StackMap stack:
            iload 1 /* result */
            bipush 127
            aload 2 /* attributeMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            imul
            iload 5 /* hashCode */
            ixor
            iadd
            istore 1 /* result */
        end local 5 // int hashCode
        end local 4 // java.lang.Object value
        end local 2 // java.lang.reflect.Method attributeMethod
         9: .line 181
      StackMap locals: org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler int top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        10: .line 193
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            1   11     1           result  I
            3    9     2  attributeMethod  Ljava/lang/reflect/Method;
            4    9     4            value  Ljava/lang/Object;
            6    7     5         hashCode  I
            8    9     5         hashCode  I

  private int hashCodeForArray(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
        start local 1 // java.lang.Object array
         0: .line 204
            aload 1 /* array */
            instanceof boolean[]
            ifeq 2
         1: .line 205
            aload 1 /* array */
            checkcast boolean[]
            invokestatic java.util.Arrays.hashCode:([Z)I
            ireturn
         2: .line 207
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof byte[]
            ifeq 4
         3: .line 208
            aload 1 /* array */
            checkcast byte[]
            invokestatic java.util.Arrays.hashCode:([B)I
            ireturn
         4: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof char[]
            ifeq 6
         5: .line 211
            aload 1 /* array */
            checkcast char[]
            invokestatic java.util.Arrays.hashCode:([C)I
            ireturn
         6: .line 213
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof double[]
            ifeq 8
         7: .line 214
            aload 1 /* array */
            checkcast double[]
            invokestatic java.util.Arrays.hashCode:([D)I
            ireturn
         8: .line 216
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof float[]
            ifeq 10
         9: .line 217
            aload 1 /* array */
            checkcast float[]
            invokestatic java.util.Arrays.hashCode:([F)I
            ireturn
        10: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof int[]
            ifeq 12
        11: .line 220
            aload 1 /* array */
            checkcast int[]
            invokestatic java.util.Arrays.hashCode:([I)I
            ireturn
        12: .line 222
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof long[]
            ifeq 14
        13: .line 223
            aload 1 /* array */
            checkcast long[]
            invokestatic java.util.Arrays.hashCode:([J)I
            ireturn
        14: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            instanceof short[]
            ifeq 16
        15: .line 226
            aload 1 /* array */
            checkcast short[]
            invokestatic java.util.Arrays.hashCode:([S)I
            ireturn
        16: .line 230
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            checkcast java.lang.Object[]
            invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object array
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            0   17     1  array  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      array  

  private java.lang.String annotationToString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
         0: .line 237
            new java.lang.StringBuilder
            dup
            ldc "@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.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;
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 239
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.annotationType:()Ljava/lang/Class;
            invokestatic org.springframework.core.annotation.AnnotationUtils.getAttributeMethods:(Ljava/lang/Class;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iterator */
        start local 2 // java.util.Iterator iterator
         2: .line 240
            goto 10
         3: .line 241
      StackMap locals: java.lang.StringBuilder java.util.Iterator
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            astore 3 /* attributeMethod */
        start local 3 // java.lang.reflect.Method attributeMethod
         4: .line 242
            aload 1 /* sb */
            aload 3 /* attributeMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 243
            aload 1 /* sb */
            bipush 61
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 244
            aload 1 /* sb */
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* attributeMethod */
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.getAttributeValue:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            invokevirtual org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.attributeValueToString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 245
            aload 1 /* sb */
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 8
            ldc ", "
            goto 9
      StackMap locals: org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler java.lang.StringBuilder java.util.Iterator java.lang.reflect.Method
      StackMap stack: java.lang.StringBuilder
         8: ldc ""
      StackMap locals: org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler java.lang.StringBuilder java.util.Iterator java.lang.reflect.Method
      StackMap stack: java.lang.StringBuilder java.lang.String
         9: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 3 // java.lang.reflect.Method attributeMethod
        10: .line 240
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        11: .line 248
            aload 1 /* sb */
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.util.Iterator iterator
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            1   12     1               sb  Ljava/lang/StringBuilder;
            2   12     2         iterator  Ljava/util/Iterator<Ljava/lang/reflect/Method;>;
            4   10     3  attributeMethod  Ljava/lang/reflect/Method;

  private java.lang.String attributeValueToString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
        start local 1 // java.lang.Object value
         0: .line 252
            aload 1 /* value */
            instanceof java.lang.Object[]
            ifeq 2
         1: .line 253
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            checkcast java.lang.Object[]
            ldc ", "
            invokestatic org.springframework.util.StringUtils.arrayToDelimitedString:([Ljava/lang/Object;Ljava/lang/String;)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;
            areturn
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/springframework/core/annotation/SynthesizedAnnotationInvocationHandler;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "SynthesizedAnnotationInvocationHandler.java"