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.
|
resolveprotected 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 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.