public interface ConditionContext
Conditions.| Modifier and Type | Method and Description |
|---|---|
ApplicationContext |
getApplicationContext() |
ConfigurableListableBeanFactory |
getBeanFactory()
Returns the
ConfigurableListableBeanFactory that will hold the bean
definition should the condition match or null if the bean factory is
not available. |
ClassLoader |
getClassLoader()
Returns the
ClassLoader that should be used to load additional classes
or null if the default classloader should be used. |
Environment |
getEnvironment()
Return the
Environment for which the current application is running or
null if no environment is available. |
BeanDefinitionRegistry |
getRegistry()
Returns the
BeanDefinitionRegistry that will hold the bean definition
should the condition match or null if the registry is not available. |
ResourceLoader |
getResourceLoader()
Returns the
ResourceLoader currently being used or null if the
resource loader cannot be obtained. |
BeanDefinitionRegistry getRegistry()
BeanDefinitionRegistry that will hold the bean definition
should the condition match or null if the registry is not available.nullEnvironment getEnvironment()
Environment for which the current application is running or
null if no environment is available.nullConfigurableListableBeanFactory getBeanFactory()
ConfigurableListableBeanFactory that will hold the bean
definition should the condition match or null if the bean factory is
not available.nullResourceLoader getResourceLoader()
ResourceLoader currently being used or null if the
resource loader cannot be obtained.nullClassLoader getClassLoader()
ClassLoader that should be used to load additional classes
or null if the default classloader should be used.nullApplicationContext getApplicationContext()