final class org.springframework.core.annotation.TypeMappedAnnotations$IsPresent implements org.springframework.core.annotation.AnnotationsProcessor<java.lang.Object, java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent
  super_class: java.lang.Object
{
  private static final org.springframework.core.annotation.TypeMappedAnnotations$IsPresent[] SHARED;
    descriptor: [Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.core.annotation.RepeatableContainers repeatableContainers;
    descriptor: Lorg/springframework/core/annotation/RepeatableContainers;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.annotation.AnnotationFilter annotationFilter;
    descriptor: Lorg/springframework/core/annotation/AnnotationFilter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean directOnly;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 287
            iconst_4
            anewarray org.springframework.core.annotation.TypeMappedAnnotations$IsPresent
            putstatic org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.SHARED:[Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
         1: .line 288
            getstatic org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.SHARED:[Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            iconst_0
            new org.springframework.core.annotation.TypeMappedAnnotations$IsPresent
            dup
            invokestatic org.springframework.core.annotation.RepeatableContainers.none:()Lorg/springframework/core/annotation/RepeatableContainers;
            getstatic org.springframework.core.annotation.AnnotationFilter.PLAIN:Lorg/springframework/core/annotation/AnnotationFilter;
            iconst_1
            invokespecial org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Z)V
            aastore
         2: .line 289
            getstatic org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.SHARED:[Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            iconst_1
            new org.springframework.core.annotation.TypeMappedAnnotations$IsPresent
            dup
            invokestatic org.springframework.core.annotation.RepeatableContainers.none:()Lorg/springframework/core/annotation/RepeatableContainers;
            getstatic org.springframework.core.annotation.AnnotationFilter.PLAIN:Lorg/springframework/core/annotation/AnnotationFilter;
            iconst_0
            invokespecial org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Z)V
            aastore
         3: .line 290
            getstatic org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.SHARED:[Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            iconst_2
            new org.springframework.core.annotation.TypeMappedAnnotations$IsPresent
            dup
            invokestatic org.springframework.core.annotation.RepeatableContainers.standardRepeatables:()Lorg/springframework/core/annotation/RepeatableContainers;
            getstatic org.springframework.core.annotation.AnnotationFilter.PLAIN:Lorg/springframework/core/annotation/AnnotationFilter;
            iconst_1
            invokespecial org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Z)V
            aastore
         4: .line 291
            getstatic org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.SHARED:[Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            iconst_3
            new org.springframework.core.annotation.TypeMappedAnnotations$IsPresent
            dup
            invokestatic org.springframework.core.annotation.RepeatableContainers.standardRepeatables:()Lorg/springframework/core/annotation/RepeatableContainers;
            getstatic org.springframework.core.annotation.AnnotationFilter.PLAIN:Lorg/springframework/core/annotation/AnnotationFilter;
            iconst_0
            invokespecial org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Z)V
            aastore
         5: .line 292
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.springframework.core.annotation.RepeatableContainers, org.springframework.core.annotation.AnnotationFilter, boolean);
    descriptor: (Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.core.annotation.TypeMappedAnnotations$IsPresent this
        start local 1 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        start local 2 // org.springframework.core.annotation.AnnotationFilter annotationFilter
        start local 3 // boolean directOnly
         0: .line 300
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 303
            aload 0 /* this */
            aload 1 /* repeatableContainers */
            putfield org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.repeatableContainers:Lorg/springframework/core/annotation/RepeatableContainers;
         2: .line 304
            aload 0 /* this */
            aload 2 /* annotationFilter */
            putfield org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.annotationFilter:Lorg/springframework/core/annotation/AnnotationFilter;
         3: .line 305
            aload 0 /* this */
            iload 3 /* directOnly */
            putfield org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.directOnly:Z
         4: .line 306
            return
        end local 3 // boolean directOnly
        end local 2 // org.springframework.core.annotation.AnnotationFilter annotationFilter
        end local 1 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        end local 0 // org.springframework.core.annotation.TypeMappedAnnotations$IsPresent this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            0    5     1  repeatableContainers  Lorg/springframework/core/annotation/RepeatableContainers;
            0    5     2      annotationFilter  Lorg/springframework/core/annotation/AnnotationFilter;
            0    5     3            directOnly  Z
    MethodParameters:
                      Name  Flags
      repeatableContainers  
      annotationFilter      
      directOnly            

  public java.lang.Boolean doWithAnnotations(java.lang.Object, int, java.lang.Object, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/annotation/Annotation;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=14, args_size=5
        start local 0 // org.springframework.core.annotation.TypeMappedAnnotations$IsPresent this
        start local 1 // java.lang.Object requiredType
        start local 2 // int aggregateIndex
        start local 3 // java.lang.Object source
        start local 4 // java.lang.annotation.Annotation[] annotations
         0: .line 313
            aload 4 /* annotations */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 25
      StackMap locals: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent java.lang.Object int java.lang.Object java.lang.annotation.Annotation[] top int int java.lang.annotation.Annotation[]
      StackMap stack:
         1: aload 8
            iload 6
            aaload
            astore 5 /* annotation */
        start local 5 // java.lang.annotation.Annotation annotation
         2: .line 314
            aload 5 /* annotation */
            ifnull 24
         3: .line 315
            aload 5 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            astore 9 /* type */
        start local 9 // java.lang.Class type
         4: .line 316
            aload 9 /* type */
            ifnull 24
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.annotationFilter:Lorg/springframework/core/annotation/AnnotationFilter;
            aload 9 /* type */
            invokeinterface org.springframework.core.annotation.AnnotationFilter.matches:(Ljava/lang/Class;)Z
            ifne 24
         5: .line 317
            aload 9 /* type */
            aload 1 /* requiredType */
            if_acmpeq 6
            aload 9 /* type */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aload 1 /* requiredType */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 318
      StackMap locals: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent java.lang.Object int java.lang.Object java.lang.annotation.Annotation[] java.lang.annotation.Annotation int int java.lang.annotation.Annotation[] java.lang.Class
      StackMap stack:
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            areturn
         7: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.repeatableContainers:Lorg/springframework/core/annotation/RepeatableContainers;
            aload 5 /* annotation */
            invokevirtual org.springframework.core.annotation.RepeatableContainers.findRepeatedAnnotations:(Ljava/lang/annotation/Annotation;)[Ljava/lang/annotation/Annotation;
         8: .line 320
            astore 10 /* repeatedAnnotations */
        start local 10 // java.lang.annotation.Annotation[] repeatedAnnotations
         9: .line 322
            aload 10 /* repeatedAnnotations */
            ifnull 15
        10: .line 323
            aload 0 /* this */
        11: .line 324
            aload 1 /* requiredType */
            iload 2 /* aggregateIndex */
            aload 3 /* source */
            aload 10 /* repeatedAnnotations */
        12: .line 323
            invokevirtual org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.doWithAnnotations:(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/annotation/Annotation;)Ljava/lang/Boolean;
            astore 11 /* result */
        start local 11 // java.lang.Boolean result
        13: .line 325
            aload 11 /* result */
            ifnull 15
        14: .line 326
            aload 11 /* result */
            areturn
        end local 11 // java.lang.Boolean result
        15: .line 329
      StackMap locals: java.lang.annotation.Annotation[]
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.directOnly:Z
            ifne 24
        16: .line 330
            aload 9 /* type */
            invokestatic org.springframework.core.annotation.AnnotationTypeMappings.forAnnotationType:(Ljava/lang/Class;)Lorg/springframework/core/annotation/AnnotationTypeMappings;
            astore 11 /* mappings */
        start local 11 // org.springframework.core.annotation.AnnotationTypeMappings mappings
        17: .line 331
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        18: goto 23
        19: .line 332
      StackMap locals: org.springframework.core.annotation.AnnotationTypeMappings int
      StackMap stack:
            aload 11 /* mappings */
            iload 12 /* i */
            invokevirtual org.springframework.core.annotation.AnnotationTypeMappings.get:(I)Lorg/springframework/core/annotation/AnnotationTypeMapping;
            astore 13 /* mapping */
        start local 13 // org.springframework.core.annotation.AnnotationTypeMapping mapping
        20: .line 333
            aload 13 /* mapping */
            aload 0 /* this */
            getfield org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.annotationFilter:Lorg/springframework/core/annotation/AnnotationFilter;
            aload 1 /* requiredType */
            invokestatic org.springframework.core.annotation.TypeMappedAnnotations.isMappingForType:(Lorg/springframework/core/annotation/AnnotationTypeMapping;Lorg/springframework/core/annotation/AnnotationFilter;Ljava/lang/Object;)Z
            ifeq 22
        21: .line 334
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            areturn
        end local 13 // org.springframework.core.annotation.AnnotationTypeMapping mapping
        22: .line 331
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 12 /* i */
            aload 11 /* mappings */
            invokevirtual org.springframework.core.annotation.AnnotationTypeMappings.size:()I
            if_icmplt 19
        end local 12 // int i
        end local 11 // org.springframework.core.annotation.AnnotationTypeMappings mappings
        end local 10 // java.lang.annotation.Annotation[] repeatedAnnotations
        end local 9 // java.lang.Class type
        end local 5 // java.lang.annotation.Annotation annotation
        24: .line 313
      StackMap locals: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent java.lang.Object int java.lang.Object java.lang.annotation.Annotation[] top int int java.lang.annotation.Annotation[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        25: iload 6
            iload 7
            if_icmplt 1
        26: .line 341
            aconst_null
            areturn
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.Object source
        end local 2 // int aggregateIndex
        end local 1 // java.lang.Object requiredType
        end local 0 // org.springframework.core.annotation.TypeMappedAnnotations$IsPresent this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   27     0                 this  Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            0   27     1         requiredType  Ljava/lang/Object;
            0   27     2       aggregateIndex  I
            0   27     3               source  Ljava/lang/Object;
            0   27     4          annotations  [Ljava/lang/annotation/Annotation;
            2   24     5           annotation  Ljava/lang/annotation/Annotation;
            4   24     9                 type  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            9   24    10  repeatedAnnotations  [Ljava/lang/annotation/Annotation;
           13   15    11               result  Ljava/lang/Boolean;
           17   24    11             mappings  Lorg/springframework/core/annotation/AnnotationTypeMappings;
           18   24    12                    i  I
           20   22    13              mapping  Lorg/springframework/core/annotation/AnnotationTypeMapping;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
    MethodParameters:
                Name  Flags
      requiredType    
      aggregateIndex  
      source          
      annotations     

  static org.springframework.core.annotation.TypeMappedAnnotations$IsPresent get(org.springframework.core.annotation.RepeatableContainers, org.springframework.core.annotation.AnnotationFilter, boolean);
    descriptor: (Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Z)Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        start local 1 // org.springframework.core.annotation.AnnotationFilter annotationFilter
        start local 2 // boolean directOnly
         0: .line 348
            aload 1 /* annotationFilter */
            getstatic org.springframework.core.annotation.AnnotationFilter.PLAIN:Lorg/springframework/core/annotation/AnnotationFilter;
            if_acmpne 9
         1: .line 349
            aload 0 /* repeatableContainers */
            invokestatic org.springframework.core.annotation.RepeatableContainers.none:()Lorg/springframework/core/annotation/RepeatableContainers;
            if_acmpne 5
         2: .line 350
            getstatic org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.SHARED:[Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            iload 2 /* directOnly */
            ifeq 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent[]
         3: iconst_1
      StackMap locals: org.springframework.core.annotation.RepeatableContainers org.springframework.core.annotation.AnnotationFilter int
      StackMap stack: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent[] int
         4: aaload
            areturn
         5: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* repeatableContainers */
            invokestatic org.springframework.core.annotation.RepeatableContainers.standardRepeatables:()Lorg/springframework/core/annotation/RepeatableContainers;
            if_acmpne 9
         6: .line 353
            getstatic org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.SHARED:[Lorg/springframework/core/annotation/TypeMappedAnnotations$IsPresent;
            iload 2 /* directOnly */
            ifeq 7
            iconst_2
            goto 8
      StackMap locals:
      StackMap stack: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent[]
         7: iconst_3
      StackMap locals: org.springframework.core.annotation.RepeatableContainers org.springframework.core.annotation.AnnotationFilter int
      StackMap stack: org.springframework.core.annotation.TypeMappedAnnotations$IsPresent[] int
         8: aaload
            areturn
         9: .line 356
      StackMap locals:
      StackMap stack:
            new org.springframework.core.annotation.TypeMappedAnnotations$IsPresent
            dup
            aload 0 /* repeatableContainers */
            aload 1 /* annotationFilter */
            iload 2 /* directOnly */
            invokespecial org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Z)V
            areturn
        end local 2 // boolean directOnly
        end local 1 // org.springframework.core.annotation.AnnotationFilter annotationFilter
        end local 0 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   10     0  repeatableContainers  Lorg/springframework/core/annotation/RepeatableContainers;
            0   10     1      annotationFilter  Lorg/springframework/core/annotation/AnnotationFilter;
            0   10     2            directOnly  Z
    MethodParameters:
                      Name  Flags
      repeatableContainers  
      annotationFilter      
      directOnly            

  public java.lang.Object doWithAnnotations(java.lang.Object, int, java.lang.Object, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            iload 2
            aload 3
            aload 4
            invokevirtual org.springframework.core.annotation.TypeMappedAnnotations$IsPresent.doWithAnnotations:(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/annotation/Annotation;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/core/annotation/AnnotationsProcessor<Ljava/lang/Object;Ljava/lang/Boolean;>;
SourceFile: "TypeMappedAnnotations.java"
NestHost: org.springframework.core.annotation.TypeMappedAnnotations
InnerClasses:
  private final IsPresent = org.springframework.core.annotation.TypeMappedAnnotations$IsPresent of org.springframework.core.annotation.TypeMappedAnnotations