class org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl implements org.springframework.context.annotation.ConditionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl
  super_class: java.lang.Object
{
  private final org.springframework.beans.factory.support.BeanDefinitionRegistry registry;
    descriptor: Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory;
    descriptor: Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final org.springframework.core.env.Environment environment;
    descriptor: Lorg/springframework/core/env/Environment;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.io.ResourceLoader resourceLoader;
    descriptor: Lorg/springframework/core/io/ResourceLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ClassLoader classLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(org.springframework.beans.factory.support.BeanDefinitionRegistry, org.springframework.core.env.Environment, org.springframework.core.io.ResourceLoader);
    descriptor: (Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;Lorg/springframework/core/env/Environment;Lorg/springframework/core/io/ResourceLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
        start local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry registry
        start local 2 // org.springframework.core.env.Environment environment
        start local 3 // org.springframework.core.io.ResourceLoader resourceLoader
         0: .line 147
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 150
            aload 0 /* this */
            aload 1 /* registry */
            putfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.registry:Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
         2: .line 151
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* registry */
            invokevirtual org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.deduceBeanFactory:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            putfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.beanFactory:Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
         3: .line 152
            aload 0 /* this */
            aload 2 /* environment */
            ifnull 4
            aload 2 /* environment */
            goto 5
      StackMap locals: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl org.springframework.beans.factory.support.BeanDefinitionRegistry org.springframework.core.env.Environment org.springframework.core.io.ResourceLoader
      StackMap stack: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl
         4: aload 0 /* this */
            aload 1 /* registry */
            invokevirtual org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.deduceEnvironment:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)Lorg/springframework/core/env/Environment;
      StackMap locals: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl org.springframework.beans.factory.support.BeanDefinitionRegistry org.springframework.core.env.Environment org.springframework.core.io.ResourceLoader
      StackMap stack: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl org.springframework.core.env.Environment
         5: putfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.environment:Lorg/springframework/core/env/Environment;
         6: .line 153
            aload 0 /* this */
            aload 3 /* resourceLoader */
            ifnull 7
            aload 3 /* resourceLoader */
            goto 8
      StackMap locals:
      StackMap stack: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl
         7: aload 0 /* this */
            aload 1 /* registry */
            invokevirtual org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.deduceResourceLoader:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)Lorg/springframework/core/io/ResourceLoader;
      StackMap locals: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl org.springframework.beans.factory.support.BeanDefinitionRegistry org.springframework.core.env.Environment org.springframework.core.io.ResourceLoader
      StackMap stack: org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl org.springframework.core.io.ResourceLoader
         8: putfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
         9: .line 154
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* resourceLoader */
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.beanFactory:Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            invokevirtual org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.deduceClassLoader:(Lorg/springframework/core/io/ResourceLoader;Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)Ljava/lang/ClassLoader;
            putfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.classLoader:Ljava/lang/ClassLoader;
        10: .line 155
            return
        end local 3 // org.springframework.core.io.ResourceLoader resourceLoader
        end local 2 // org.springframework.core.env.Environment environment
        end local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry registry
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;
            0   11     1        registry  Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
            0   11     2     environment  Lorg/springframework/core/env/Environment;
            0   11     3  resourceLoader  Lorg/springframework/core/io/ResourceLoader;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      registry        
      environment     
      resourceLoader  

  private org.springframework.beans.factory.config.ConfigurableListableBeanFactory deduceBeanFactory(org.springframework.beans.factory.support.BeanDefinitionRegistry);
    descriptor: (Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
        start local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry source
         0: .line 159
            aload 1 /* source */
            instanceof org.springframework.beans.factory.config.ConfigurableListableBeanFactory
            ifeq 2
         1: .line 160
            aload 1 /* source */
            checkcast org.springframework.beans.factory.config.ConfigurableListableBeanFactory
            areturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            instanceof org.springframework.context.ConfigurableApplicationContext
            ifeq 4
         3: .line 163
            aload 1 /* source */
            checkcast org.springframework.context.ConfigurableApplicationContext
            invokeinterface org.springframework.context.ConfigurableApplicationContext.getBeanFactory:()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            areturn
         4: .line 165
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry source
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;
            0    5     1  source  Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      source  

  private org.springframework.core.env.Environment deduceEnvironment(org.springframework.beans.factory.support.BeanDefinitionRegistry);
    descriptor: (Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)Lorg/springframework/core/env/Environment;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
        start local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry source
         0: .line 169
            aload 1 /* source */
            instanceof org.springframework.core.env.EnvironmentCapable
            ifeq 2
         1: .line 170
            aload 1 /* source */
            checkcast org.springframework.core.env.EnvironmentCapable
            invokeinterface org.springframework.core.env.EnvironmentCapable.getEnvironment:()Lorg/springframework/core/env/Environment;
            areturn
         2: .line 172
      StackMap locals:
      StackMap stack:
            new org.springframework.core.env.StandardEnvironment
            dup
            invokespecial org.springframework.core.env.StandardEnvironment.<init>:()V
            areturn
        end local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry source
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;
            0    3     1  source  Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      source  

  private org.springframework.core.io.ResourceLoader deduceResourceLoader(org.springframework.beans.factory.support.BeanDefinitionRegistry);
    descriptor: (Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)Lorg/springframework/core/io/ResourceLoader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
        start local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry source
         0: .line 176
            aload 1 /* source */
            instanceof org.springframework.core.io.ResourceLoader
            ifeq 2
         1: .line 177
            aload 1 /* source */
            checkcast org.springframework.core.io.ResourceLoader
            areturn
         2: .line 179
      StackMap locals:
      StackMap stack:
            new org.springframework.core.io.DefaultResourceLoader
            dup
            invokespecial org.springframework.core.io.DefaultResourceLoader.<init>:()V
            areturn
        end local 1 // org.springframework.beans.factory.support.BeanDefinitionRegistry source
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;
            0    3     1  source  Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      source  

  private java.lang.ClassLoader deduceClassLoader(org.springframework.core.io.ResourceLoader, org.springframework.beans.factory.config.ConfigurableListableBeanFactory);
    descriptor: (Lorg/springframework/core/io/ResourceLoader;Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)Ljava/lang/ClassLoader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
        start local 1 // org.springframework.core.io.ResourceLoader resourceLoader
        start local 2 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
         0: .line 186
            aload 1 /* resourceLoader */
            ifnull 4
         1: .line 187
            aload 1 /* resourceLoader */
            invokeinterface org.springframework.core.io.ResourceLoader.getClassLoader:()Ljava/lang/ClassLoader;
            astore 3 /* classLoader */
        start local 3 // java.lang.ClassLoader classLoader
         2: .line 188
            aload 3 /* classLoader */
            ifnull 4
         3: .line 189
            aload 3 /* classLoader */
            areturn
        end local 3 // java.lang.ClassLoader classLoader
         4: .line 192
      StackMap locals:
      StackMap stack:
            aload 2 /* beanFactory */
            ifnull 6
         5: .line 193
            aload 2 /* beanFactory */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBeanClassLoader:()Ljava/lang/ClassLoader;
            areturn
         6: .line 195
      StackMap locals:
      StackMap stack:
            invokestatic org.springframework.util.ClassUtils.getDefaultClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 2 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        end local 1 // org.springframework.core.io.ResourceLoader resourceLoader
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;
            0    7     1  resourceLoader  Lorg/springframework/core/io/ResourceLoader;
            0    7     2     beanFactory  Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            2    4     3     classLoader  Ljava/lang/ClassLoader;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      resourceLoader  
      beanFactory     

  public org.springframework.beans.factory.support.BeanDefinitionRegistry getRegistry();
    descriptor: ()Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
         0: .line 200
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.registry:Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "No BeanDefinitionRegistry available"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         3: .line 201
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.registry:Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
            areturn
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;

  public org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory();
    descriptor: ()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
         0: .line 207
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.beanFactory:Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            areturn
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public org.springframework.core.env.Environment getEnvironment();
    descriptor: ()Lorg/springframework/core/env/Environment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
         0: .line 212
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.environment:Lorg/springframework/core/env/Environment;
            areturn
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;

  public org.springframework.core.io.ResourceLoader getResourceLoader();
    descriptor: ()Lorg/springframework/core/io/ResourceLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
         0: .line 217
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            areturn
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;

  public java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
         0: .line 223
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl.classLoader:Ljava/lang/ClassLoader;
            areturn
        end local 0 // org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConditionEvaluator$ConditionContextImpl;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "ConditionEvaluator.java"
NestHost: org.springframework.context.annotation.ConditionEvaluator
InnerClasses:
  private ConditionContextImpl = org.springframework.context.annotation.ConditionEvaluator$ConditionContextImpl of org.springframework.context.annotation.ConditionEvaluator