|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for finding or "resolving" ClassDescriptor classes.
Note:
This interface is used by the marshalling Framework for
resolving ClassDescriptors for non-primitive types.
There are no guarantees that this class will be called for
java native classes.
| Method Summary | |
MappingLoader |
getMappingLoader()
Note: This method will be removed soon (kv). |
ClassDescriptor |
resolve(java.lang.Class type)
Returns the ClassDescriptor for the given class |
void |
setMappingLoader(MappingLoader mappingLoader)
Sets the mapping loader for this ClassDescriptorResolver Note: This method will be removed soon (kv). |
| Method Detail |
public MappingLoader getMappingLoader()
public ClassDescriptor resolve(java.lang.Class type)
throws ResolverException
type - the Class to find the ClassDescriptor for
ResolverExceptionpublic void setMappingLoader(MappingLoader mappingLoader)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||