public interface org.springframework.context.annotation.ConditionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.annotation.ConditionContext
  super_class: java.lang.Object
{
  public abstract org.springframework.beans.factory.support.BeanDefinitionRegistry getRegistry();
    descriptor: ()Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory();
    descriptor: ()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract org.springframework.core.env.Environment getEnvironment();
    descriptor: ()Lorg/springframework/core/env/Environment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.core.io.ResourceLoader getResourceLoader();
    descriptor: ()Lorg/springframework/core/io/ResourceLoader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "ConditionContext.java"