Uses of Interface
org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
Packages that use JavaAnnotation
Package
Description
-
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel
Methods in org.eclipse.persistence.jaxb.javamodel that return JavaAnnotationModifier and TypeMethodDescriptionJavaHasAnnotations.getAnnotation
(JavaClass arg0) JavaHasAnnotations.getDeclaredAnnotation
(JavaClass arg0) Methods in org.eclipse.persistence.jaxb.javamodel with parameters of type JavaAnnotation -
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel.oxm
Methods in org.eclipse.persistence.jaxb.javamodel.oxm that return JavaAnnotationModifier 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) Methods in org.eclipse.persistence.jaxb.javamodel.oxm that return types with arguments of type JavaAnnotationModifier 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
Classes in org.eclipse.persistence.jaxb.javamodel.reflection that implement JavaAnnotationMethods in org.eclipse.persistence.jaxb.javamodel.reflection that return JavaAnnotationModifier 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) Methods in org.eclipse.persistence.jaxb.javamodel.reflection that return types with arguments of type JavaAnnotationMethods in org.eclipse.persistence.jaxb.javamodel.reflection with parameters of type JavaAnnotationModifier and TypeMethodDescriptionJavaModelImpl.getAnnotation
(JavaAnnotation janno, Class<?> jClass) -
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel.xjc
Classes in org.eclipse.persistence.jaxb.javamodel.xjc that implement JavaAnnotationMethods in org.eclipse.persistence.jaxb.javamodel.xjc that return JavaAnnotationModifier 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.Methods in org.eclipse.persistence.jaxb.javamodel.xjc that return types with arguments of type JavaAnnotationModifier 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.Methods in org.eclipse.persistence.jaxb.javamodel.xjc with parameters of type JavaAnnotationModifier and TypeMethodDescriptionXJCJavaModelImpl.getAnnotation
(JavaAnnotation annotation, Class<?> jClass) Return a JavaAnnotation
representation of the givenJavaAnnotation
.