public final class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
  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.boot.LazyInitializationBeanFactoryPostProcessor this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/LazyInitializationBeanFactoryPostProcessor;

  public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
        start local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
         0: .line 46
            aload 1 /* beanFactory */
         1: .line 47
            ldc Lorg/springframework/boot/LazyInitializationExcludeFilter;
            iconst_0
            iconst_0
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBeansOfType:(Ljava/lang/Class;ZZ)Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
         2: .line 46
            astore 2 /* filters */
        start local 2 // java.util.Collection filters
         3: .line 48
            aload 1 /* beanFactory */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBeanDefinitionNames:()[Ljava/lang/String;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 9
      StackMap locals: org.springframework.boot.LazyInitializationBeanFactoryPostProcessor org.springframework.beans.factory.config.ConfigurableListableBeanFactory java.util.Collection top int int java.lang.String[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* beanName */
        start local 3 // java.lang.String beanName
         5: .line 49
            aload 1 /* beanFactory */
            aload 3 /* beanName */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBeanDefinition:(Ljava/lang/String;)Lorg/springframework/beans/factory/config/BeanDefinition;
            astore 7 /* beanDefinition */
        start local 7 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
         6: .line 50
            aload 7 /* beanDefinition */
            instanceof org.springframework.beans.factory.support.AbstractBeanDefinition
            ifeq 8
         7: .line 51
            aload 0 /* this */
            aload 1 /* beanFactory */
            aload 2 /* filters */
            aload 3 /* beanName */
            aload 7 /* beanDefinition */
            checkcast org.springframework.beans.factory.support.AbstractBeanDefinition
            invokevirtual org.springframework.boot.LazyInitializationBeanFactoryPostProcessor.postProcess:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/util/Collection;Ljava/lang/String;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;)V
        end local 7 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
        end local 3 // java.lang.String beanName
         8: .line 48
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         9: iload 4
            iload 5
            if_icmplt 4
        10: .line 54
            return
        end local 2 // java.util.Collection filters
        end local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        end local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/springframework/boot/LazyInitializationBeanFactoryPostProcessor;
            0   11     1     beanFactory  Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            3   11     2         filters  Ljava/util/Collection<Lorg/springframework/boot/LazyInitializationExcludeFilter;>;
            5    8     3        beanName  Ljava/lang/String;
            6    8     7  beanDefinition  Lorg/springframework/beans/factory/config/BeanDefinition;
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
             Name  Flags
      beanFactory  

  private void postProcess(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.util.Collection<org.springframework.boot.LazyInitializationExcludeFilter>, java.lang.String, org.springframework.beans.factory.support.AbstractBeanDefinition);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/util/Collection;Ljava/lang/String;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
        start local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        start local 2 // java.util.Collection filters
        start local 3 // java.lang.String beanName
        start local 4 // org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition
         0: .line 59
            aload 4 /* beanDefinition */
            invokevirtual org.springframework.beans.factory.support.AbstractBeanDefinition.getLazyInit:()Ljava/lang/Boolean;
            astore 5 /* lazyInit */
        start local 5 // java.lang.Boolean lazyInit
         1: .line 60
            aload 5 /* lazyInit */
            ifnull 3
         2: .line 61
            return
         3: .line 63
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            aload 1 /* beanFactory */
            aload 3 /* beanName */
            invokevirtual org.springframework.boot.LazyInitializationBeanFactoryPostProcessor.getBeanType:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Ljava/lang/Class;
            astore 6 /* beanType */
        start local 6 // java.lang.Class beanType
         4: .line 64
            aload 0 /* this */
            aload 2 /* filters */
            aload 3 /* beanName */
            aload 4 /* beanDefinition */
            aload 6 /* beanType */
            invokevirtual org.springframework.boot.LazyInitializationBeanFactoryPostProcessor.isExcluded:(Ljava/util/Collection;Ljava/lang/String;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Ljava/lang/Class;)Z
            ifne 6
         5: .line 65
            aload 4 /* beanDefinition */
            iconst_1
            invokevirtual org.springframework.beans.factory.support.AbstractBeanDefinition.setLazyInit:(Z)V
         6: .line 67
      StackMap locals: java.lang.Class
      StackMap stack:
            return
        end local 6 // java.lang.Class beanType
        end local 5 // java.lang.Boolean lazyInit
        end local 4 // org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition
        end local 3 // java.lang.String beanName
        end local 2 // java.util.Collection filters
        end local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        end local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/springframework/boot/LazyInitializationBeanFactoryPostProcessor;
            0    7     1     beanFactory  Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            0    7     2         filters  Ljava/util/Collection<Lorg/springframework/boot/LazyInitializationExcludeFilter;>;
            0    7     3        beanName  Ljava/lang/String;
            0    7     4  beanDefinition  Lorg/springframework/beans/factory/support/AbstractBeanDefinition;
            1    7     5        lazyInit  Ljava/lang/Boolean;
            4    7     6        beanType  Ljava/lang/Class<*>;
    Signature: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/util/Collection<Lorg/springframework/boot/LazyInitializationExcludeFilter;>;Ljava/lang/String;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;)V
    MethodParameters:
                Name  Flags
      beanFactory     
      filters         
      beanName        
      beanDefinition  

  private java.lang.Class<?> getBeanType(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
        start local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        start local 2 // java.lang.String beanName
         0: .line 71
            aload 1 /* beanFactory */
            aload 2 /* beanName */
            iconst_0
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getType:(Ljava/lang/String;Z)Ljava/lang/Class;
         1: areturn
         2: .line 73
      StackMap locals:
      StackMap stack: org.springframework.beans.factory.NoSuchBeanDefinitionException
            pop
         3: .line 74
            aconst_null
            areturn
        end local 2 // java.lang.String beanName
        end local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        end local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/springframework/boot/LazyInitializationBeanFactoryPostProcessor;
            0    4     1  beanFactory  Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            0    4     2     beanName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class org.springframework.beans.factory.NoSuchBeanDefinitionException
    Signature: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
             Name  Flags
      beanFactory  
      beanName     

  private boolean isExcluded(java.util.Collection<org.springframework.boot.LazyInitializationExcludeFilter>, java.lang.String, org.springframework.beans.factory.support.AbstractBeanDefinition, java.lang.Class<?>);
    descriptor: (Ljava/util/Collection;Ljava/lang/String;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Ljava/lang/Class;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
        start local 1 // java.util.Collection filters
        start local 2 // java.lang.String beanName
        start local 3 // org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition
        start local 4 // java.lang.Class beanType
         0: .line 80
            aload 4 /* beanType */
            ifnull 6
         1: .line 81
            aload 1 /* filters */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 5
      StackMap locals: org.springframework.boot.LazyInitializationBeanFactoryPostProcessor java.util.Collection java.lang.String org.springframework.beans.factory.support.AbstractBeanDefinition java.lang.Class top java.util.Iterator
      StackMap stack:
         2: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.LazyInitializationExcludeFilter
            astore 5 /* filter */
        start local 5 // org.springframework.boot.LazyInitializationExcludeFilter filter
         3: .line 82
            aload 5 /* filter */
            aload 2 /* beanName */
            aload 3 /* beanDefinition */
            aload 4 /* beanType */
            invokeinterface org.springframework.boot.LazyInitializationExcludeFilter.isExcluded:(Ljava/lang/String;Lorg/springframework/beans/factory/config/BeanDefinition;Ljava/lang/Class;)Z
            ifeq 5
         4: .line 83
            iconst_1
            ireturn
        end local 5 // org.springframework.boot.LazyInitializationExcludeFilter filter
         5: .line 81
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 87
      StackMap locals: org.springframework.boot.LazyInitializationBeanFactoryPostProcessor java.util.Collection java.lang.String org.springframework.beans.factory.support.AbstractBeanDefinition java.lang.Class
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // java.lang.Class beanType
        end local 3 // org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition
        end local 2 // java.lang.String beanName
        end local 1 // java.util.Collection filters
        end local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/springframework/boot/LazyInitializationBeanFactoryPostProcessor;
            0    7     1         filters  Ljava/util/Collection<Lorg/springframework/boot/LazyInitializationExcludeFilter;>;
            0    7     2        beanName  Ljava/lang/String;
            0    7     3  beanDefinition  Lorg/springframework/beans/factory/support/AbstractBeanDefinition;
            0    7     4        beanType  Ljava/lang/Class<*>;
            3    5     5          filter  Lorg/springframework/boot/LazyInitializationExcludeFilter;
    Signature: (Ljava/util/Collection<Lorg/springframework/boot/LazyInitializationExcludeFilter;>;Ljava/lang/String;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Ljava/lang/Class<*>;)Z
    MethodParameters:
                Name  Flags
      filters         
      beanName        
      beanDefinition  
      beanType        

  public int getOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
         0: .line 92
            ldc -2147483648
            ireturn
        end local 0 // org.springframework.boot.LazyInitializationBeanFactoryPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/LazyInitializationBeanFactoryPostProcessor;
}
SourceFile: "LazyInitializationBeanFactoryPostProcessor.java"