Interface JavaModel
-
- All Known Implementing Classes:
JavaModelImpl
,OXMJavaModelImpl
,XJCJavaModelImpl
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Annotation
getAnnotation(JavaAnnotation janno, Class<?> jClass)
JavaClass
getClass(Class<?> jClass)
JavaClass
getClass(String classname)
ClassLoader
getClassLoader()
-
-
-
Method Detail
-
getClassLoader
ClassLoader getClassLoader()
-
getAnnotation
Annotation getAnnotation(JavaAnnotation janno, Class<?> jClass)
-
-