类 ProxySPIFactoryBean<T>

  • 类型参数:
    T -
    所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware

    public class ProxySPIFactoryBean<T>
    extends BaseSpringAware
    implements org.springframework.beans.factory.FactoryBean<Object>
    作者:
    caizhihao
    • 构造器详细资料

      • ProxySPIFactoryBean

        public ProxySPIFactoryBean()
    • 方法详细资料

      • getObject

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

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