Java org.springframework.context.annotation ConditionContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.annotation ConditionContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.annotation ConditionContext.

The text is from its open source code.

Method

ConfigurableListableBeanFactorygetBeanFactory()
Return the ConfigurableListableBeanFactory that will hold the bean definition should the condition match, or null if the bean factory is not available (or not downcastable to ConfigurableListableBeanFactory ).
ClassLoadergetClassLoader()
Return the ClassLoader that should be used to load additional classes (only null if even the system ClassLoader isn't accessible).
EnvironmentgetEnvironment()
Return the Environment for which the current application is running.
ResourceLoadergetResourceLoader()
Return the ResourceLoader currently being used.