Uses of Interface
org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
Package
Description
-
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel
Modifier and TypeMethodDescriptionJavaHasAnnotations.getAnnotation
(JavaClass arg0) JavaHasAnnotations.getDeclaredAnnotation
(JavaClass arg0) -
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel.oxm
Modifier and TypeMethodDescriptionOXMJavaClassImpl.getAnnotation
(JavaClass aClass) If thisJavaClass
is annotated with anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.OXMJavaFieldImpl.getAnnotation
(JavaClass aClass) OXMJavaMethodImpl.getAnnotation
(JavaClass arg0) OXMJavaPackageImpl.getAnnotation
(JavaClass aClass) If thisJavaPackage
is annotated with anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.OXMJAXBElementImpl.getAnnotation
(JavaClass arg0) OXMObjectFactoryImpl.getAnnotation
(JavaClass arg0) OXMJavaClassImpl.getDeclaredAnnotation
(JavaClass arg0) If thisJavaClass
declares anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.OXMJavaFieldImpl.getDeclaredAnnotation
(JavaClass aClass) OXMJavaMethodImpl.getDeclaredAnnotation
(JavaClass arg0) OXMJavaPackageImpl.getDeclaredAnnotation
(JavaClass arg0) Not supported.OXMJAXBElementImpl.getDeclaredAnnotation
(JavaClass arg0) OXMObjectFactoryImpl.getDeclaredAnnotation
(JavaClass arg0) Modifier and TypeMethodDescriptionOXMJavaClassImpl.getAnnotations()
Return all of theAnnotations
for thisJavaClass
.OXMJavaFieldImpl.getAnnotations()
OXMJavaMethodImpl.getAnnotations()
OXMJavaPackageImpl.getAnnotations()
Return all of theAnnotations
for thisJavaPackage
.OXMJAXBElementImpl.getAnnotations()
OXMObjectFactoryImpl.getAnnotations()
OXMJavaClassImpl.getDeclaredAnnotations()
Return all of the declaredAnnotations
for thisJavaClass
.OXMJavaFieldImpl.getDeclaredAnnotations()
OXMJavaMethodImpl.getDeclaredAnnotations()
OXMJavaPackageImpl.getDeclaredAnnotations()
Not supported.OXMJAXBElementImpl.getDeclaredAnnotations()
OXMObjectFactoryImpl.getDeclaredAnnotations()
-
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel.reflection
Modifier and TypeMethodDescriptionJavaClassImpl.getAnnotation
(JavaClass arg0) Assumes JavaType is a JavaClassImpl instanceJavaFieldImpl.getAnnotation
(JavaClass arg0) JavaMethodImpl.getAnnotation
(JavaClass arg0) JavaPackageImpl.getAnnotation
(JavaClass arg0) Assumes JavaType is a JavaClassImpl instanceJavaClassImpl.getDeclaredAnnotation
(JavaClass arg0) JavaFieldImpl.getDeclaredAnnotation
(JavaClass arg0) JavaMethodImpl.getDeclaredAnnotation
(JavaClass arg0) JavaPackageImpl.getDeclaredAnnotation
(JavaClass arg0) Modifier and TypeMethodDescriptionJavaModelImpl.getAnnotation
(JavaAnnotation janno, Class<?> jClass) -
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel.xjc
Modifier and TypeMethodDescriptionXJCJavaClassImpl.getAnnotation
(JavaClass aClass) If thisJavaClass
is annotated with anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.XJCJavaFieldImpl.getAnnotation
(JavaClass aClass) If thisJavaField
is annotated with anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.XJCJavaMethodImpl.getAnnotation
(JavaClass aClass) If thisJavaMethod
is annotated with anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.XJCJavaPackageImpl.getAnnotation
(JavaClass aClass) If thisJavaPackage
is annotated with anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.XJCJavaClassImpl.getDeclaredAnnotation
(JavaClass arg0) Not supported.XJCJavaFieldImpl.getDeclaredAnnotation
(JavaClass aClass) If thisJavaField
is annotated with anAnnotation
matchingaClass
, return itsJavaAnnotation
representation.XJCJavaMethodImpl.getDeclaredAnnotation
(JavaClass arg0) Not supported.XJCJavaPackageImpl.getDeclaredAnnotation
(JavaClass arg0) Not supported.Modifier and TypeMethodDescriptionXJCJavaClassImpl.getAnnotations()
Return all of theAnnotations
for thisJavaClass
.XJCJavaFieldImpl.getAnnotations()
Return all of theAnnotations
for thisJavaField
.XJCJavaMethodImpl.getAnnotations()
Return all of theAnnotations
for thisJavaMethod
.XJCJavaPackageImpl.getAnnotations()
Return all of theAnnotations
for thisJavaPackage
.XJCJavaClassImpl.getDeclaredAnnotations()
Not supported.XJCJavaFieldImpl.getDeclaredAnnotations()
Return all of theAnnotations
for thisJavaField
.XJCJavaMethodImpl.getDeclaredAnnotations()
Not supported.XJCJavaPackageImpl.getDeclaredAnnotations()
Not supported.Modifier and TypeMethodDescriptionXJCJavaModelImpl.getAnnotation
(JavaAnnotation annotation, Class<?> jClass) Return a JavaAnnotation
representation of the givenJavaAnnotation
.