| Modifier and Type | Method and Description |
|---|---|
JavaAnnotation |
JavaHasAnnotations.getAnnotation(JavaClass arg0) |
JavaAnnotation |
JavaHasAnnotations.getDeclaredAnnotation(JavaClass arg0) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
JavaModel.getAnnotation(JavaAnnotation janno,
Class<?> jClass) |
| Modifier and Type | Method and Description |
|---|---|
JavaAnnotation |
OXMObjectFactoryImpl.getAnnotation(JavaClass arg0) |
JavaAnnotation |
OXMJavaPackageImpl.getAnnotation(JavaClass aClass)
If this
JavaPackage is annotated with an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
OXMJavaMethodImpl.getAnnotation(JavaClass arg0) |
JavaAnnotation |
OXMJavaFieldImpl.getAnnotation(JavaClass aClass) |
JavaAnnotation |
OXMJavaClassImpl.getAnnotation(JavaClass aClass)
If this
JavaClass is annotated with an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
OXMJAXBElementImpl.getAnnotation(JavaClass arg0) |
JavaAnnotation |
OXMObjectFactoryImpl.getDeclaredAnnotation(JavaClass arg0) |
JavaAnnotation |
OXMJavaPackageImpl.getDeclaredAnnotation(JavaClass arg0)
Not supported.
|
JavaAnnotation |
OXMJavaMethodImpl.getDeclaredAnnotation(JavaClass arg0) |
JavaAnnotation |
OXMJavaFieldImpl.getDeclaredAnnotation(JavaClass aClass) |
JavaAnnotation |
OXMJavaClassImpl.getDeclaredAnnotation(JavaClass arg0)
If this
JavaClass declares an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
OXMJAXBElementImpl.getDeclaredAnnotation(JavaClass arg0) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JavaAnnotation> |
OXMObjectFactoryImpl.getAnnotations() |
Collection<JavaAnnotation> |
OXMJavaPackageImpl.getAnnotations()
Return all of the
Annotations for this JavaPackage. |
Collection<JavaAnnotation> |
OXMJavaMethodImpl.getAnnotations() |
Collection<JavaAnnotation> |
OXMJavaFieldImpl.getAnnotations() |
Collection<JavaAnnotation> |
OXMJavaClassImpl.getAnnotations()
Return all of the
Annotations for this JavaClass. |
Collection<JavaAnnotation> |
OXMJAXBElementImpl.getAnnotations() |
Collection<JavaAnnotation> |
OXMObjectFactoryImpl.getDeclaredAnnotations() |
Collection<JavaAnnotation> |
OXMJavaPackageImpl.getDeclaredAnnotations()
Not supported.
|
Collection<JavaAnnotation> |
OXMJavaMethodImpl.getDeclaredAnnotations() |
Collection<JavaAnnotation> |
OXMJavaFieldImpl.getDeclaredAnnotations() |
Collection<JavaAnnotation> |
OXMJavaClassImpl.getDeclaredAnnotations()
Return all of the declared
Annotations for this JavaClass. |
Collection<JavaAnnotation> |
OXMJAXBElementImpl.getDeclaredAnnotations() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaAnnotationImpl
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
JavaAnnotation |
JavaPackageImpl.getAnnotation(JavaClass arg0)
Assumes JavaType is a JavaClassImpl instance
|
JavaAnnotation |
JavaMethodImpl.getAnnotation(JavaClass arg0) |
JavaAnnotation |
JavaFieldImpl.getAnnotation(JavaClass arg0) |
JavaAnnotation |
JavaClassImpl.getAnnotation(JavaClass arg0)
Assumes JavaType is a JavaClassImpl instance
|
JavaAnnotation |
JavaPackageImpl.getDeclaredAnnotation(JavaClass arg0) |
JavaAnnotation |
JavaMethodImpl.getDeclaredAnnotation(JavaClass arg0) |
JavaAnnotation |
JavaFieldImpl.getDeclaredAnnotation(JavaClass arg0) |
JavaAnnotation |
JavaClassImpl.getDeclaredAnnotation(JavaClass arg0) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JavaAnnotation> |
JavaClassImpl.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
JavaModelImpl.getAnnotation(JavaAnnotation janno,
Class<?> jClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
XJCJavaAnnotationImpl
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
JavaAnnotation |
XJCJavaPackageImpl.getAnnotation(JavaClass aClass)
If this
JavaPackage is annotated with an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
XJCJavaMethodImpl.getAnnotation(JavaClass aClass)
If this
JavaMethod is annotated with an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
XJCJavaFieldImpl.getAnnotation(JavaClass aClass)
If this
JavaField is annotated with an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
XJCJavaClassImpl.getAnnotation(JavaClass aClass)
If this
JavaClass is annotated with an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
XJCJavaPackageImpl.getDeclaredAnnotation(JavaClass arg0)
Not supported.
|
JavaAnnotation |
XJCJavaMethodImpl.getDeclaredAnnotation(JavaClass arg0)
Not supported.
|
JavaAnnotation |
XJCJavaFieldImpl.getDeclaredAnnotation(JavaClass aClass)
If this
JavaField is annotated with an Annotation matching aClass,
return its JavaAnnotation representation. |
JavaAnnotation |
XJCJavaClassImpl.getDeclaredAnnotation(JavaClass arg0)
Not supported.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<JavaAnnotation> |
XJCJavaPackageImpl.getAnnotations()
Return all of the
Annotations for this JavaPackage. |
Collection<JavaAnnotation> |
XJCJavaMethodImpl.getAnnotations()
Return all of the
Annotations for this JavaMethod. |
Collection<JavaAnnotation> |
XJCJavaFieldImpl.getAnnotations()
Return all of the
Annotations for this JavaField. |
Collection<JavaAnnotation> |
XJCJavaClassImpl.getAnnotations()
Return all of the
Annotations for this JavaClass. |
Collection<JavaAnnotation> |
XJCJavaPackageImpl.getDeclaredAnnotations()
Not supported.
|
Collection<JavaAnnotation> |
XJCJavaMethodImpl.getDeclaredAnnotations()
Not supported.
|
Collection<JavaAnnotation> |
XJCJavaFieldImpl.getDeclaredAnnotations()
Return all of the
Annotations for this JavaField. |
Collection<JavaAnnotation> |
XJCJavaClassImpl.getDeclaredAnnotations()
Not supported.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
XJCJavaModelImpl.getAnnotation(JavaAnnotation annotation,
Class<?> jClass)
Return a Java
Annotation representation of the given JavaAnnotation. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.