Class StaticApplicationContext

java.lang.Object
com.bld.proxy.api.find.intecerptor.StaticApplicationContext
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class StaticApplicationContext extends Object implements org.springframework.context.ApplicationContextAware
  • Constructor Details

    • StaticApplicationContext

      public StaticApplicationContext()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • bean

      public static <T> T bean(Class<T> clazz)
    • bean

      public static Object bean(String beanName)
    • beanProvider

      public static Object beanProvider(org.springframework.core.ResolvableType resolvableType)
    • beanProvider

      public static <T> T beanProvider(Class<T> clazz)
    • beanNamesForType

      public static String[] beanNamesForType(Class<?> clazz)
    • type

      public static Class<?> type(String beanName)