class org.springframework.core.annotation.AnnotationTypeMappings$Cache
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.annotation.AnnotationTypeMappings$Cache
  super_class: java.lang.Object
{
  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 filter;
    descriptor: Lorg/springframework/core/annotation/AnnotationFilter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, org.springframework.core.annotation.AnnotationTypeMappings> mappings;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Lorg/springframework/core/annotation/AnnotationTypeMappings;>;

  void <init>(org.springframework.core.annotation.RepeatableContainers, org.springframework.core.annotation.AnnotationFilter);
    descriptor: (Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.AnnotationTypeMappings$Cache this
        start local 1 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        start local 2 // org.springframework.core.annotation.AnnotationFilter filter
         0: .line 229
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 230
            aload 0 /* this */
            aload 1 /* repeatableContainers */
            putfield org.springframework.core.annotation.AnnotationTypeMappings$Cache.repeatableContainers:Lorg/springframework/core/annotation/RepeatableContainers;
         2: .line 231
            aload 0 /* this */
            aload 2 /* filter */
            putfield org.springframework.core.annotation.AnnotationTypeMappings$Cache.filter:Lorg/springframework/core/annotation/AnnotationFilter;
         3: .line 232
            aload 0 /* this */
            new org.springframework.util.ConcurrentReferenceHashMap
            dup
            invokespecial org.springframework.util.ConcurrentReferenceHashMap.<init>:()V
            putfield org.springframework.core.annotation.AnnotationTypeMappings$Cache.mappings:Ljava/util/Map;
         4: .line 233
            return
        end local 2 // org.springframework.core.annotation.AnnotationFilter filter
        end local 1 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        end local 0 // org.springframework.core.annotation.AnnotationTypeMappings$Cache this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/springframework/core/annotation/AnnotationTypeMappings$Cache;
            0    5     1  repeatableContainers  Lorg/springframework/core/annotation/RepeatableContainers;
            0    5     2                filter  Lorg/springframework/core/annotation/AnnotationFilter;
    MethodParameters:
                      Name  Flags
      repeatableContainers  
      filter                

  org.springframework.core.annotation.AnnotationTypeMappings get(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/core/annotation/AnnotationTypeMappings;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.AnnotationTypeMappings$Cache this
        start local 1 // java.lang.Class annotationType
         0: .line 241
            aload 0 /* this */
            getfield org.springframework.core.annotation.AnnotationTypeMappings$Cache.mappings:Ljava/util/Map;
            aload 1 /* annotationType */
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/core/annotation/AnnotationTypeMappings$Cache;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/core/annotation/AnnotationTypeMappings$Cache.createMappings(Ljava/lang/Class;)Lorg/springframework/core/annotation/AnnotationTypeMappings; (5)
                  (Ljava/lang/Class;)Lorg/springframework/core/annotation/AnnotationTypeMappings;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast org.springframework.core.annotation.AnnotationTypeMappings
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // org.springframework.core.annotation.AnnotationTypeMappings$Cache this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/core/annotation/AnnotationTypeMappings$Cache;
            0    1     1  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lorg/springframework/core/annotation/AnnotationTypeMappings;
    MethodParameters:
                Name  Flags
      annotationType  

  org.springframework.core.annotation.AnnotationTypeMappings createMappings(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/core/annotation/AnnotationTypeMappings;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.AnnotationTypeMappings$Cache this
        start local 1 // java.lang.Class annotationType
         0: .line 245
            new org.springframework.core.annotation.AnnotationTypeMappings
            dup
            aload 0 /* this */
            getfield org.springframework.core.annotation.AnnotationTypeMappings$Cache.repeatableContainers:Lorg/springframework/core/annotation/RepeatableContainers;
            aload 0 /* this */
            getfield org.springframework.core.annotation.AnnotationTypeMappings$Cache.filter:Lorg/springframework/core/annotation/AnnotationFilter;
            aload 1 /* annotationType */
            invokespecial org.springframework.core.annotation.AnnotationTypeMappings.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Ljava/lang/Class;)V
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // org.springframework.core.annotation.AnnotationTypeMappings$Cache this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/core/annotation/AnnotationTypeMappings$Cache;
            0    1     1  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lorg/springframework/core/annotation/AnnotationTypeMappings;
    MethodParameters:
                Name  Flags
      annotationType  
}
SourceFile: "AnnotationTypeMappings.java"
NestHost: org.springframework.core.annotation.AnnotationTypeMappings
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private Cache = org.springframework.core.annotation.AnnotationTypeMappings$Cache of org.springframework.core.annotation.AnnotationTypeMappings