open class ClassLoaderUtils
Author
Clement Escoffier
ClassLoaderUtils() |
open static fun <X : Any, T : Any> createWithDelegate(x: Class<X>, svc: T): X |
|
open static fun extractDelegate(object: Any): Any |
|
open static fun extractDelegateFromJRubyObject(object: Any): Any |
|
open static fun extractDelegateFromJsObject(object: Any): Any |
|
open static fun <T : Any> load(className: String, classLoader: ClassLoader): Class<T> |