public class DefaultExtensionsTypeLoaderFactory extends Object implements ExtensionsTypeLoaderFactory
ExtensionsTypeLoaderFactory| Constructor and Description |
|---|
DefaultExtensionsTypeLoaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.ClassTypeLoader |
createTypeLoader()
Delegates into
createTypeLoader(ClassLoader) using the current context
ClassLoader |
org.mule.metadata.api.ClassTypeLoader |
createTypeLoader(ClassLoader classLoader)
Creates a new
JavaTypeLoader using the given classLoader |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultpublic org.mule.metadata.api.ClassTypeLoader createTypeLoader()
createTypeLoader(ClassLoader) using the current context
ClassLoadercreateTypeLoader in interface ExtensionsTypeLoaderFactoryJavaTypeLoaderpublic org.mule.metadata.api.ClassTypeLoader createTypeLoader(ClassLoader classLoader)
JavaTypeLoader using the given classLoadercreateTypeLoader in interface ExtensionsTypeLoaderFactoryclassLoader - the ClassLoader that the created loader should use to access java typeslJavaTypeLoaderCopyright © 2017 MuleSoft, Inc.. All rights reserved.