open class ServiceHelper
A helper class for loading factories from the classpath and from the vert.x OSGi bundle.
Author
Tim Fox
ServiceHelper()
A helper class for loading factories from the classpath and from the vert.x OSGi bundle. |
open static fun <T : Any> loadFactories(clazz: Class<T>): MutableCollection<T>open static fun <T : Any> loadFactories(clazz: Class<T>, classLoader: ClassLoader): MutableCollection<T> |
|
open static fun <T : Any> loadFactory(clazz: Class<T>): T |
|
open static fun <T : Any> loadFactoryOrNull(clazz: Class<T>): T |