类 ReferenceBean<T>

  • 所有已实现的接口:
    , org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

    public class ReferenceBean<T>
    extends ReferenceConfig<T>
    implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    ReferenceFactoryBean
    另请参阅:
    序列化表格
    • 构造器详细资料

      • ReferenceBean

        public ReferenceBean()
      • ReferenceBean

        public ReferenceBean​(Reference reference)
    • 方法详细资料

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        指定者:
        setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      • getObject

        public  getObject()
                         throws 
        指定者:
        getObject 在接口中 org.springframework.beans.factory.FactoryBean<T>
        抛出:
      • getObjectType

        public <?> getObjectType()
        指定者:
        getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<T>
      • isSingleton

        @Parameter(excluded=true)
        public boolean isSingleton()
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<T>
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws 
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
        抛出:
      • destroy

        public void destroy()
        指定者:
        destroy 在接口中 org.springframework.beans.factory.DisposableBean
        覆盖:
        destroy 在类中 ReferenceConfig<T>