|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassDescriptorResolver
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 |
---|
MappingLoader getMappingLoader()
ClassDescriptor resolve(java.lang.Class type) throws ResolverException
type
- the Class to find the ClassDescriptor for
ResolverException
void setMappingLoader(MappingLoader mappingLoader)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |