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