public class ByIntrospection extends AbstractResolverClassCommand
Constructor and Description |
---|
ByIntrospection()
No specific stuff needed.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
internalResolve(String className,
ClassLoader classLoader,
Map properties)
Creates an XMLClassDescriptor for the given type by using introspection.
|
resolve
protected Map internalResolve(String className, ClassLoader classLoader, Map properties) throws ResolverException
Introspector
set with
setIntrospector
. If a descriptor is successfully created it
will be added to the DescriptorCache.
internalResolve
in class AbstractResolverClassCommand
className
- the name of the class to resolveclassLoader
- the class loader to useproperties
- the resolve properties to useResolverException
- if unrecoverable problems in resolve occuredCopyright © 2015. All rights reserved.