open class ServiceFactoryBean : AbstractServiceLoaderBasedFactoryBean, BeanClassLoaderAware
org.springframework.beans.factory.FactoryBean that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6 java.util.ServiceLoader facility.
Author
Juergen Hoeller
Since
2.5
See Also
java.util.ServiceLoader
ServiceFactoryBean()
org.springframework.beans.factory.FactoryBean that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6 java.util.ServiceLoader facility. |
open fun getObjectType(): Class<*> |