public class ByMappingLoader extends AbstractResolverClassCommand
| Constructor and Description |
|---|
ByMappingLoader()
No specific stuff needed.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
internalResolve(String className,
ClassLoader classLoader,
Map properties)
If a mapping loader is set in the configuration the descriptor for the given class / className
is taken from the mapping loader and put into the cache.
|
resolveprotected Map internalResolve(String className, ClassLoader classLoader, Map properties) throws ResolverException
internalResolve in class AbstractResolverClassCommandclassName - the name of the class to resolveclassLoader - the class loader to useproperties - the resolve properties to useResolverException - if unrecoverable problems in resolve occuredCopyright © 2016. All rights reserved.