abstract class org.springframework.data.web.SpringDataAnnotationUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.data.web.SpringDataAnnotationUtils
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.web.SpringDataAnnotationUtils this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.data.web.SpringDataAnnotationUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/web/SpringDataAnnotationUtils;

  public static void assertPageableUniqueness(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.springframework.core.MethodParameter parameter
         0: .line 47
            aload 0 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.getMethod:()Ljava/lang/reflect/Method;
            astore 1 /* method */
        start local 1 // java.lang.reflect.Method method
         1: .line 49
            aload 1 /* method */
            ifnonnull 3
         2: .line 50
            new java.lang.IllegalArgumentException
            dup
            ldc "Method parameter %s is not backed by a method."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* parameter */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 53
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            aload 1 /* method */
            invokestatic org.springframework.data.web.SpringDataAnnotationUtils.containsMoreThanOnePageableParameter:(Ljava/lang/reflect/Method;)Z
            ifeq 6
         4: .line 54
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
            astore 2 /* annotations */
        start local 2 // java.lang.annotation.Annotation[][] annotations
         5: .line 55
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            aload 2 /* annotations */
            invokestatic org.springframework.data.web.SpringDataAnnotationUtils.assertQualifiersFor:([Ljava/lang/Class;[[Ljava/lang/annotation/Annotation;)V
        end local 2 // java.lang.annotation.Annotation[][] annotations
         6: .line 57
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.core.MethodParameter parameter
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0    parameter  Lorg/springframework/core/MethodParameter;
            1    7     1       method  Ljava/lang/reflect/Method;
            5    6     2  annotations  [[Ljava/lang/annotation/Annotation;
    MethodParameters:
           Name  Flags
      parameter  

  private static boolean containsMoreThanOnePageableParameter(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 67
            iconst_0
            istore 1 /* pageableFound */
        start local 1 // boolean pageableFound
         1: .line 69
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 8
      StackMap locals: java.lang.reflect.Method int top int int java.lang.Class[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* type */
        start local 2 // java.lang.Class type
         3: .line 71
            iload 1 /* pageableFound */
            ifeq 5
            aload 2 /* type */
            ldc Lorg/springframework/data/domain/Pageable;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 72
            iconst_1
            ireturn
         5: .line 75
      StackMap locals: java.lang.reflect.Method int java.lang.Class int int java.lang.Class[]
      StackMap stack:
            aload 2 /* type */
            ldc Lorg/springframework/data/domain/Pageable;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 76
            iconst_1
            istore 1 /* pageableFound */
        end local 2 // java.lang.Class type
         7: .line 69
      StackMap locals: java.lang.reflect.Method int top int int java.lang.Class[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         8: iload 3
            iload 4
            if_icmplt 2
         9: .line 80
            iconst_0
            ireturn
        end local 1 // boolean pageableFound
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0         method  Ljava/lang/reflect/Method;
            1   10     1  pageableFound  Z
            3    7     2           type  Ljava/lang/Class<*>;
    MethodParameters:
        Name  Flags
      method  

  public static <T> T getSpecificPropertyOrDefaultFromValue(java.lang.annotation.Annotation, java.lang.String);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.lang.annotation.Annotation annotation
        start local 1 // java.lang.String property
         0: .line 94
            aload 0 /* annotation */
            aload 1 /* property */
            invokestatic org.springframework.core.annotation.AnnotationUtils.getDefaultValue:(Ljava/lang/annotation/Annotation;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* propertyDefaultValue */
        start local 2 // java.lang.Object propertyDefaultValue
         1: .line 95
            aload 0 /* annotation */
            aload 1 /* property */
            invokestatic org.springframework.core.annotation.AnnotationUtils.getValue:(Ljava/lang/annotation/Annotation;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* propertyValue */
        start local 3 // java.lang.Object propertyValue
         2: .line 97
            aload 2 /* propertyDefaultValue */
            aload 3 /* propertyValue */
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         3: .line 98
            aload 0 /* annotation */
            invokestatic org.springframework.core.annotation.AnnotationUtils.getValue:(Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            goto 5
         4: .line 99
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 3 /* propertyValue */
         5: .line 97
      StackMap locals:
      StackMap stack: java.lang.Object
            astore 4 /* result */
        start local 4 // java.lang.Object result
         6: .line 101
            aload 4 /* result */
            ifnonnull 8
         7: .line 102
            new java.lang.IllegalStateException
            dup
            ldc "Exepected to be able to look up an annotation property value but failed!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 105
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 4 // java.lang.Object result
        end local 3 // java.lang.Object propertyValue
        end local 2 // java.lang.Object propertyDefaultValue
        end local 1 // java.lang.String property
        end local 0 // java.lang.annotation.Annotation annotation
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0            annotation  Ljava/lang/annotation/Annotation;
            0    9     1              property  Ljava/lang/String;
            1    9     2  propertyDefaultValue  Ljava/lang/Object;
            2    9     3         propertyValue  Ljava/lang/Object;
            6    9     4                result  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/annotation/Annotation;Ljava/lang/String;)TT;
    MethodParameters:
            Name  Flags
      annotation  
      property    

  public static void assertQualifiersFor(java.lang.Class<?>[], java.lang.annotation.Annotation[][]);
    descriptor: ([Ljava/lang/Class;[[Ljava/lang/annotation/Annotation;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.lang.Class[] parameterTypes
        start local 1 // java.lang.annotation.Annotation[][] annotations
         0: .line 117
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* values */
        start local 2 // java.util.Set values
         1: .line 119
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 13
         3: .line 121
      StackMap locals: java.util.Set int
      StackMap stack:
            ldc Lorg/springframework/data/domain/Pageable;
            aload 0 /* parameterTypes */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
         4: .line 123
            aload 1 /* annotations */
            iload 3 /* i */
            aaload
            invokestatic org.springframework.data.web.SpringDataAnnotationUtils.findAnnotation:([Ljava/lang/annotation/Annotation;)Lorg/springframework/beans/factory/annotation/Qualifier;
            astore 4 /* qualifier */
        start local 4 // org.springframework.beans.factory.annotation.Qualifier qualifier
         5: .line 125
            aload 4 /* qualifier */
            ifnonnull 9
         6: .line 126
            new java.lang.IllegalStateException
            dup
         7: .line 127
            ldc "Ambiguous Pageable arguments in handler method. If you use multiple parameters of type Pageable you need to qualify them with @Qualifier"
         8: .line 126
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 130
      StackMap locals: org.springframework.beans.factory.annotation.Qualifier
      StackMap stack:
            aload 2 /* values */
            aload 4 /* qualifier */
            invokeinterface org.springframework.beans.factory.annotation.Qualifier.value:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 131
            new java.lang.IllegalStateException
            dup
            ldc "Values of the user Qualifiers must be unique!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 134
      StackMap locals:
      StackMap stack:
            aload 2 /* values */
            aload 4 /* qualifier */
            invokeinterface org.springframework.beans.factory.annotation.Qualifier.value:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.springframework.beans.factory.annotation.Qualifier qualifier
        12: .line 119
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            aload 1 /* annotations */
            arraylength
            if_icmplt 3
        end local 3 // int i
        14: .line 137
            return
        end local 2 // java.util.Set values
        end local 1 // java.lang.annotation.Annotation[][] annotations
        end local 0 // java.lang.Class[] parameterTypes
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0  parameterTypes  [Ljava/lang/Class;
            0   15     1     annotations  [[Ljava/lang/annotation/Annotation;
            1   15     2          values  Ljava/util/Set<Ljava/lang/String;>;
            2   14     3               i  I
            5   12     4       qualifier  Lorg/springframework/beans/factory/annotation/Qualifier;
    Signature: ([Ljava/lang/Class<*>;[[Ljava/lang/annotation/Annotation;)V
    MethodParameters:
                Name  Flags
      parameterTypes  
      annotations     

  private static org.springframework.beans.factory.annotation.Qualifier findAnnotation(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)Lorg/springframework/beans/factory/annotation/Qualifier;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.annotation.Annotation[] annotations
         0: .line 149
            aload 0 /* annotations */
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: java.lang.annotation.Annotation[] top int int java.lang.annotation.Annotation[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* annotation */
        start local 1 // java.lang.annotation.Annotation annotation
         2: .line 150
            aload 1 /* annotation */
            instanceof org.springframework.beans.factory.annotation.Qualifier
            ifeq 4
         3: .line 151
            aload 1 /* annotation */
            checkcast org.springframework.beans.factory.annotation.Qualifier
            areturn
        end local 1 // java.lang.annotation.Annotation annotation
         4: .line 149
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 155
            aconst_null
            areturn
        end local 0 // java.lang.annotation.Annotation[] annotations
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0  annotations  [Ljava/lang/annotation/Annotation;
            2    4     1   annotation  Ljava/lang/annotation/Annotation;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      annotations  
}
SourceFile: "SpringDataAnnotationUtils.java"