public static final class ClassLoaderProvider.System extends Object implements ClassLoaderProvider
ClassLoaderProvider.Default, ClassLoaderProvider.System| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
provideClassLoader(String typeName)
Provides the
ClassLoader instance to be used with XReflect.resolveType(String, ClassLoader)
to resolve the passed typeName.The typeName should usually not be required to determine the returned ClassLoader. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitNew, System, systemClassLoaderpublic ClassLoader provideClassLoader(String typeName)
ClassLoaderProviderClassLoader instance to be used with XReflect.resolveType(String, ClassLoader)
to resolve the passed typeName.ClassLoader.
It is just an optionally available information in case the responsible ClassLoader has to be determined
based on the specific type (e.g. the package path or a sub path of it).provideClassLoader in interface ClassLoaderProvidertypeName - the full qualified name of the type to be resolved.ClassLoader instance to be used to resolve the passed type name.Copyright © 2022 MicroStream Software. All rights reserved.