public class org.springframework.data.util.BeanLookup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.util.BeanLookup
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.util.BeanLookup this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.data.util.BeanLookup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/util/BeanLookup;

  public static <T> org.springframework.data.util.Lazy<T> lazyIfAvailable(java.lang.Class<T>, org.springframework.beans.factory.BeanFactory);
    descriptor: (Ljava/lang/Class;Lorg/springframework/beans/factory/BeanFactory;)Lorg/springframework/data/util/Lazy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Class type
        start local 1 // org.springframework.beans.factory.BeanFactory beanFactory
         0: .line 52
            aload 0 /* type */
            ldc "Type must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 53
            ldc Lorg/springframework/beans/factory/ListableBeanFactory;
            aload 1 /* beanFactory */
            invokestatic org.springframework.util.Assert.isInstanceOf:(Ljava/lang/Class;Ljava/lang/Object;)V
         2: .line 55
            aload 0 /* type */
            aload 1 /* beanFactory */
            invokedynamic get(Ljava/lang/Class;Lorg/springframework/beans/factory/BeanFactory;)Ljava/util/function/Supplier;
              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;
                  org/springframework/data/util/BeanLookup.lambda$0(Ljava/lang/Class;Lorg/springframework/beans/factory/BeanFactory;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokestatic org.springframework.data.util.Lazy.of:(Ljava/util/function/Supplier;)Lorg/springframework/data/util/Lazy;
            areturn
        end local 1 // org.springframework.beans.factory.BeanFactory beanFactory
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         type  Ljava/lang/Class<TT;>;
            0    3     1  beanFactory  Lorg/springframework/beans/factory/BeanFactory;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lorg/springframework/beans/factory/BeanFactory;)Lorg/springframework/data/util/Lazy<TT;>;
    MethodParameters:
             Name  Flags
      type         
      beanFactory  

  private static <T> T lookupBean(java.lang.Class<T>, org.springframework.beans.factory.ListableBeanFactory);
    descriptor: (Ljava/lang/Class;Lorg/springframework/beans/factory/ListableBeanFactory;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.lang.Class type
        start local 1 // org.springframework.beans.factory.ListableBeanFactory beanFactory
         0: .line 68
            aload 1 /* beanFactory */
            aload 0 /* type */
            iconst_0
            iconst_0
            invokeinterface org.springframework.beans.factory.ListableBeanFactory.getBeansOfType:(Ljava/lang/Class;ZZ)Ljava/util/Map;
            astore 2 /* names */
        start local 2 // java.util.Map names
         1: .line 70
            aload 2 /* names */
            invokeinterface java.util.Map.size:()I
            tableswitch { // 0 - 1
                    0: 2
                    1: 3
              default: 4
          }
         2: .line 73
      StackMap locals: java.util.Map
      StackMap stack:
            aconst_null
            areturn
         3: .line 75
      StackMap locals:
      StackMap stack:
            aload 2 /* names */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            areturn
         4: .line 77
      StackMap locals:
      StackMap stack:
            new org.springframework.beans.factory.NoUniqueBeanDefinitionException
            dup
            aload 0 /* type */
            aload 2 /* names */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokespecial org.springframework.beans.factory.NoUniqueBeanDefinitionException.<init>:(Ljava/lang/Class;Ljava/util/Collection;)V
            athrow
        end local 2 // java.util.Map names
        end local 1 // org.springframework.beans.factory.ListableBeanFactory beanFactory
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         type  Ljava/lang/Class<TT;>;
            0    5     1  beanFactory  Lorg/springframework/beans/factory/ListableBeanFactory;
            1    5     2        names  Ljava/util/Map<Ljava/lang/String;TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lorg/springframework/beans/factory/ListableBeanFactory;)TT;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()
    MethodParameters:
             Name  Flags
      type         
      beanFactory  

  private static java.lang.Object lambda$0(java.lang.Class, org.springframework.beans.factory.BeanFactory);
    descriptor: (Ljava/lang/Class;Lorg/springframework/beans/factory/BeanFactory;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 55
            aload 0
            aload 1
            checkcast org.springframework.beans.factory.ListableBeanFactory
            invokestatic org.springframework.data.util.BeanLookup.lookupBean:(Ljava/lang/Class;Lorg/springframework/beans/factory/ListableBeanFactory;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "BeanLookup.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles