|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.util.BaseResolutionCommand
org.exolab.castor.xml.util.ClassResolutionByMappingLoader
public final class ClassResolutionByMappingLoader
Resolves ClassDescriptor
s using a MappingLoader
.
Constructor Summary | |
---|---|
ClassResolutionByMappingLoader()
Constructor taking a MappingLoader. |
Method Summary | |
---|---|
ClassDescriptor |
resolve(java.lang.Class type)
Resolves a ClassDescriptor for the given type using
the MappingLoader of the MappingLoaderNature . |
Methods inherited from class org.exolab.castor.xml.util.BaseResolutionCommand |
---|
addNature, getProperty, hasNature, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassResolutionByMappingLoader()
Method Detail |
---|
public ClassDescriptor resolve(java.lang.Class type)
ClassDescriptor
for the given type using
the MappingLoader
of the MappingLoaderNature
.
type
- The type to resolve.
ClassDescriptor
or null if not found.org.exolab.castor.xml.util.ClassResolutionCommand#resolve(java.lang.Class)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |