org.eclipse.persistence.jaxb.javamodel
Interface JavaModel
- All Known Implementing Classes:
- JavaModelImpl
public interface JavaModel
INTERNAL:
Purpose:The JavaModel is the central access point to the TopLink
JAXB 2.0 Java model implementation's source/classes. A JavaModel has an
underlying source/classpath that defines its search path.
Responsibilities:
- Return a JavaClass based on a Class or Class name
- Return a JDK Annotation for a given JavaAnnotation
- Since:
- Oracle TopLink 11.1.1.0.0
getClass
JavaClass getClass(java.lang.Class<?> jClass)
getClass
JavaClass getClass(java.lang.String classname)
getClassLoader
java.lang.ClassLoader getClassLoader()
getAnnotation
java.lang.annotation.Annotation getAnnotation(JavaAnnotation janno,
java.lang.Class<?> jClass)