|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingResolver
Provides the mapping descriptor for Java classes. The engines use resolvers to obtain the mapping descriptor for a particular Java class, or to list all the known descriptors. Although the interface is identical, each engine will use a resolver that returns class descriptor suitable for that particular engine. Resolvers are immutable and engines need not cache the returned descriptors.
Method Summary | |
---|---|
java.lang.ClassLoader |
getClassLoader()
Returns the class loader associated with this mapping resolver if one was specified. |
ClassDescriptor |
getDescriptor(java.lang.Class javaClass)
Returns the class descriptor for the specified Java class. |
java.util.Enumeration |
listDescriptors()
Returns an enumeration of all the known descriptors. |
java.util.Enumeration |
listJavaClasses()
Returns an enumeration of all the supported Java classes. |
Method Detail |
---|
ClassDescriptor getDescriptor(java.lang.Class javaClass)
javaClass
- The Java class
java.util.Enumeration listDescriptors()
ClassDescriptor
.
java.util.Enumeration listJavaClasses()
java.lang.ClassLoader getClassLoader()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |