类 Application
java.lang.Object
com.cdkjframework.constant.Application
- 所有已实现的接口:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@Component
public class Application
extends Object
implements org.springframework.context.ApplicationContextAware
-
字段概要
字段修饰符和类型字段说明static org.springframework.core.type.AnnotationMetadata
批注元数据static org.springframework.context.ConfigurableApplicationContext
应用程序上下文 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
setApplicationContext
(org.springframework.context.ApplicationContext appContext) Spring Boot applicationContext 设置
-
字段详细资料
-
applicationContext
public static org.springframework.context.ConfigurableApplicationContext applicationContext应用程序上下文 -
annotationMetadata
public static org.springframework.core.type.AnnotationMetadata annotationMetadata批注元数据
-
-
构造器详细资料
-
Application
public Application()
-
-
方法详细资料
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext appContext) throws org.springframework.beans.BeansException Spring Boot applicationContext 设置- 指定者:
setApplicationContext
在接口中org.springframework.context.ApplicationContextAware
- 参数:
appContext
- 参数- 抛出:
org.springframework.beans.BeansException
- 异常信息
-