public class JavaTypeLoaderFactory extends Object implements TypeLoaderFactory
| Constructor and Description |
|---|
JavaTypeLoaderFactory(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
TypeLoader |
createTypeLoader(File file) |
TypeLoader |
createTypeLoader(String content) |
String |
getLoaderFormat() |
String |
getTypeFormat() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTypeLoaderpublic JavaTypeLoaderFactory(ClassLoader classLoader)
public String getTypeFormat()
getTypeFormat in interface TypeLoaderFactorypublic String getLoaderFormat()
getLoaderFormat in interface TypeLoaderFactorypublic TypeLoader createTypeLoader(File file)
createTypeLoader in interface TypeLoaderFactorypublic TypeLoader createTypeLoader(String content)
createTypeLoader in interface TypeLoaderFactoryCopyright © 2025 MuleSoft, Inc.. All rights reserved.