Uses of Interface
org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
-
-
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel
Methods in org.eclipse.persistence.jaxb.javamodel that return JavaAnnotation Modifier and Type Method Description JavaAnnotationJavaHasAnnotations. getAnnotation(JavaClass arg0)JavaAnnotationJavaHasAnnotations. getDeclaredAnnotation(JavaClass arg0)Methods in org.eclipse.persistence.jaxb.javamodel with parameters of type JavaAnnotation Modifier and Type Method Description AnnotationJavaModel. getAnnotation(JavaAnnotation janno, Class<?> jClass) -
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel.oxm
Methods in org.eclipse.persistence.jaxb.javamodel.oxm that return JavaAnnotation Modifier and Type Method Description JavaAnnotationOXMJavaClassImpl. getAnnotation(JavaClass aClass)If thisJavaClassis annotated with anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationOXMJavaFieldImpl. getAnnotation(JavaClass aClass)JavaAnnotationOXMJavaMethodImpl. getAnnotation(JavaClass arg0)JavaAnnotationOXMJavaPackageImpl. getAnnotation(JavaClass aClass)If thisJavaPackageis annotated with anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationOXMJAXBElementImpl. getAnnotation(JavaClass arg0)JavaAnnotationOXMObjectFactoryImpl. getAnnotation(JavaClass arg0)JavaAnnotationOXMJavaClassImpl. getDeclaredAnnotation(JavaClass arg0)If thisJavaClassdeclares anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationOXMJavaFieldImpl. getDeclaredAnnotation(JavaClass aClass)JavaAnnotationOXMJavaMethodImpl. getDeclaredAnnotation(JavaClass arg0)JavaAnnotationOXMJavaPackageImpl. getDeclaredAnnotation(JavaClass arg0)Not supported.JavaAnnotationOXMJAXBElementImpl. getDeclaredAnnotation(JavaClass arg0)JavaAnnotationOXMObjectFactoryImpl. getDeclaredAnnotation(JavaClass arg0)Methods in org.eclipse.persistence.jaxb.javamodel.oxm that return types with arguments of type JavaAnnotation Modifier and Type Method Description Collection<JavaAnnotation>OXMJavaClassImpl. getAnnotations()Return all of theAnnotationsfor thisJavaClass.Collection<JavaAnnotation>OXMJavaFieldImpl. getAnnotations()Collection<JavaAnnotation>OXMJavaMethodImpl. getAnnotations()Collection<JavaAnnotation>OXMJavaPackageImpl. getAnnotations()Return all of theAnnotationsfor thisJavaPackage.Collection<JavaAnnotation>OXMJAXBElementImpl. getAnnotations()Collection<JavaAnnotation>OXMObjectFactoryImpl. getAnnotations()Collection<JavaAnnotation>OXMJavaClassImpl. getDeclaredAnnotations()Return all of the declaredAnnotationsfor thisJavaClass.Collection<JavaAnnotation>OXMJavaFieldImpl. getDeclaredAnnotations()Collection<JavaAnnotation>OXMJavaMethodImpl. getDeclaredAnnotations()Collection<JavaAnnotation>OXMJavaPackageImpl. getDeclaredAnnotations()Not supported.Collection<JavaAnnotation>OXMJAXBElementImpl. getDeclaredAnnotations()Collection<JavaAnnotation>OXMObjectFactoryImpl. getDeclaredAnnotations() -
Uses of JavaAnnotation in org.eclipse.persistence.jaxb.javamodel.reflection
Classes in org.eclipse.persistence.jaxb.javamodel.reflection that implement JavaAnnotation Modifier and Type Class Description classJavaAnnotationImplINTERNAL:Methods in org.eclipse.persistence.jaxb.javamodel.reflection that return JavaAnnotation Modifier and Type Method Description JavaAnnotationJavaClassImpl. getAnnotation(JavaClass arg0)Assumes JavaType is a JavaClassImpl instanceJavaAnnotationJavaFieldImpl. getAnnotation(JavaClass arg0)JavaAnnotationJavaMethodImpl. getAnnotation(JavaClass arg0)JavaAnnotationJavaPackageImpl. getAnnotation(JavaClass arg0)Assumes JavaType is a JavaClassImpl instanceJavaAnnotationJavaClassImpl. getDeclaredAnnotation(JavaClass arg0)JavaAnnotationJavaFieldImpl. getDeclaredAnnotation(JavaClass arg0)JavaAnnotationJavaMethodImpl. getDeclaredAnnotation(JavaClass arg0)JavaAnnotationJavaPackageImpl. getDeclaredAnnotation(JavaClass arg0)Methods in org.eclipse.persistence.jaxb.javamodel.reflection that return types with arguments of type JavaAnnotation Modifier and Type Method Description Collection<JavaAnnotation>JavaClassImpl. getAnnotations()Methods in org.eclipse.persistence.jaxb.javamodel.reflection with parameters of type JavaAnnotation Modifier and Type Method Description AnnotationJavaModelImpl. 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 JavaAnnotation Modifier and Type Class Description classXJCJavaAnnotationImplINTERNAL:Methods in org.eclipse.persistence.jaxb.javamodel.xjc that return JavaAnnotation Modifier and Type Method Description JavaAnnotationXJCJavaClassImpl. getAnnotation(JavaClass aClass)If thisJavaClassis annotated with anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationXJCJavaFieldImpl. getAnnotation(JavaClass aClass)If thisJavaFieldis annotated with anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationXJCJavaMethodImpl. getAnnotation(JavaClass aClass)If thisJavaMethodis annotated with anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationXJCJavaPackageImpl. getAnnotation(JavaClass aClass)If thisJavaPackageis annotated with anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationXJCJavaClassImpl. getDeclaredAnnotation(JavaClass arg0)Not supported.JavaAnnotationXJCJavaFieldImpl. getDeclaredAnnotation(JavaClass aClass)If thisJavaFieldis annotated with anAnnotationmatchingaClass, return itsJavaAnnotationrepresentation.JavaAnnotationXJCJavaMethodImpl. getDeclaredAnnotation(JavaClass arg0)Not supported.JavaAnnotationXJCJavaPackageImpl. getDeclaredAnnotation(JavaClass arg0)Not supported.Methods in org.eclipse.persistence.jaxb.javamodel.xjc that return types with arguments of type JavaAnnotation Modifier and Type Method Description Collection<JavaAnnotation>XJCJavaClassImpl. getAnnotations()Return all of theAnnotationsfor thisJavaClass.Collection<JavaAnnotation>XJCJavaFieldImpl. getAnnotations()Return all of theAnnotationsfor thisJavaField.Collection<JavaAnnotation>XJCJavaMethodImpl. getAnnotations()Return all of theAnnotationsfor thisJavaMethod.Collection<JavaAnnotation>XJCJavaPackageImpl. getAnnotations()Return all of theAnnotationsfor thisJavaPackage.Collection<JavaAnnotation>XJCJavaClassImpl. getDeclaredAnnotations()Not supported.Collection<JavaAnnotation>XJCJavaFieldImpl. getDeclaredAnnotations()Return all of theAnnotationsfor thisJavaField.Collection<JavaAnnotation>XJCJavaMethodImpl. getDeclaredAnnotations()Not supported.Collection<JavaAnnotation>XJCJavaPackageImpl. getDeclaredAnnotations()Not supported.Methods in org.eclipse.persistence.jaxb.javamodel.xjc with parameters of type JavaAnnotation Modifier and Type Method Description AnnotationXJCJavaModelImpl. getAnnotation(JavaAnnotation annotation, Class<?> jClass)Return a JavaAnnotationrepresentation of the givenJavaAnnotation.
-