public interface ConditionContext
Condition
s.Modifier and Type | Method and Description |
---|---|
ConfigurableListableBeanFactory |
getBeanFactory()
Return the
ConfigurableListableBeanFactory that will hold the bean
definition should the condition match. |
java.lang.ClassLoader |
getClassLoader()
Return the
ClassLoader that should be used to load additional classes. |
Environment |
getEnvironment()
Return the
Environment for which the current application is running. |
BeanDefinitionRegistry |
getRegistry()
Return the
BeanDefinitionRegistry that will hold the bean definition
should the condition match. |
ResourceLoader |
getResourceLoader()
Return the
ResourceLoader currently being used. |
BeanDefinitionRegistry getRegistry()
BeanDefinitionRegistry
that will hold the bean definition
should the condition match.ConfigurableListableBeanFactory getBeanFactory()
ConfigurableListableBeanFactory
that will hold the bean
definition should the condition match.Environment getEnvironment()
Environment
for which the current application is running.ResourceLoader getResourceLoader()
ResourceLoader
currently being used.java.lang.ClassLoader getClassLoader()
ClassLoader
that should be used to load additional classes.