类 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
  • 字段详细资料

    • 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 - 异常信息