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(Class<?> jClass)
getClass
JavaClass getClass(String classname)
getClassLoader
ClassLoader getClassLoader()
getAnnotation
Annotation getAnnotation(JavaAnnotation janno,
Class<?> jClass)