类 OhScannerRegistrar.OhClientFactoryBean

java.lang.Object
com.github.charlemaznable.core.spring.SpringFactoryBean
com.github.charlemaznable.httpclient.ohclient.OhScannerRegistrar.OhClientFactoryBean
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware
封闭类:
OhScannerRegistrar

public static class OhScannerRegistrar.OhClientFactoryBean extends com.github.charlemaznable.core.spring.SpringFactoryBean
  • 字段概要

    从接口继承的字段 org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    buildObject(Class<?> xyzInterface)
     

    从类继承的方法 com.github.charlemaznable.core.spring.SpringFactoryBean

    getObject, getObjectType, isSingleton, setApplicationContext, setXyzInterface

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • OhClientFactoryBean

      public OhClientFactoryBean()
  • 方法详细资料

    • buildObject

      public Object buildObject(Class<?> xyzInterface)
      指定者:
      buildObject 在类中 com.github.charlemaznable.core.spring.SpringFactoryBean