类 TestConditionContext
- java.lang.Object
-
- io.microsphere.spring.test.context.annotation.TestConditionContext
-
- 所有已实现的接口:
org.springframework.beans.factory.Aware
,org.springframework.context.annotation.ConditionContext
,org.springframework.context.ApplicationContextAware
public class TestConditionContext extends java.lang.Object implements org.springframework.context.annotation.ConditionContext, org.springframework.context.ApplicationContextAware
ConditionContext
test- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
-
-
构造器概要
构造器 构造器 说明 TestConditionContext()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.beans.factory.config.ConfigurableListableBeanFactory
getBeanFactory()
java.lang.ClassLoader
getClassLoader()
org.springframework.core.env.Environment
getEnvironment()
org.springframework.beans.factory.support.BeanDefinitionRegistry
getRegistry()
org.springframework.core.io.ResourceLoader
getResourceLoader()
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
方法详细资料
-
getRegistry
public org.springframework.beans.factory.support.BeanDefinitionRegistry getRegistry()
- 指定者:
getRegistry
在接口中org.springframework.context.annotation.ConditionContext
-
getBeanFactory
public org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory()
- 指定者:
getBeanFactory
在接口中org.springframework.context.annotation.ConditionContext
-
getEnvironment
public org.springframework.core.env.Environment getEnvironment()
- 指定者:
getEnvironment
在接口中org.springframework.context.annotation.ConditionContext
-
getResourceLoader
public org.springframework.core.io.ResourceLoader getResourceLoader()
- 指定者:
getResourceLoader
在接口中org.springframework.context.annotation.ConditionContext
-
getClassLoader
public java.lang.ClassLoader getClassLoader()
- 指定者:
getClassLoader
在接口中org.springframework.context.annotation.ConditionContext
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- 指定者:
setApplicationContext
在接口中org.springframework.context.ApplicationContextAware
- 抛出:
org.springframework.beans.BeansException
-
-