Uses of Interface
org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
-
Uses of JavaHasAnnotations in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return JavaHasAnnotations Modifier and Type Method Description JavaHasAnnotationsProperty. getElement()Methods in org.eclipse.persistence.jaxb.compiler with parameters of type JavaHasAnnotations Modifier and Type Method Description QNameAnnotationsProcessor. getQNameForProperty(Property property, String defaultName, JavaHasAnnotations element, NamespaceInfo namespaceInfo, TypeInfo info)voidProperty. setElement(JavaHasAnnotations element) -
Uses of JavaHasAnnotations in org.eclipse.persistence.jaxb.javamodel
Subinterfaces of JavaHasAnnotations in org.eclipse.persistence.jaxb.javamodel Modifier and Type Interface Description interfaceJavaClassINTERNAL:interfaceJavaFieldINTERNAL:interfaceJavaMethodINTERNAL:interfaceJavaPackageINTERNAL:Methods in org.eclipse.persistence.jaxb.javamodel with parameters of type JavaHasAnnotations Modifier and Type Method Description AnnotationHelper. getAnnotation(JavaHasAnnotations element, Class<?> annotationClass)Returns a either a dynamic proxy instance that allows an element to be treated as an annotation (for JOT), or a Java annotation (for Reflection), or null if the specified annotation does not exist.booleanHelper. isAnnotationPresent(JavaHasAnnotations element, Class<?> annotationClass)Indicates if element contains a given annotation. -
Uses of JavaHasAnnotations in org.eclipse.persistence.jaxb.javamodel.oxm
Classes in org.eclipse.persistence.jaxb.javamodel.oxm that implement JavaHasAnnotations Modifier and Type Class Description classOXMJavaClassImplINTERNAL:classOXMJavaFieldImplINTERNAL:classOXMJavaMethodImplINTERNAL:classOXMJavaPackageImplINTERNAL:classOXMJAXBElementImplINTERNAL:classOXMObjectFactoryImplINTERNAL: -
Uses of JavaHasAnnotations in org.eclipse.persistence.jaxb.javamodel.reflection
Classes in org.eclipse.persistence.jaxb.javamodel.reflection that implement JavaHasAnnotations Modifier and Type Class Description classJavaClassImplINTERNAL:classJavaFieldImplINTERNAL:classJavaMethodImplINTERNAL:classJavaPackageImplINTERNAL: -
Uses of JavaHasAnnotations in org.eclipse.persistence.jaxb.javamodel.xjc
Classes in org.eclipse.persistence.jaxb.javamodel.xjc that implement JavaHasAnnotations Modifier and Type Class Description classXJCJavaClassImplINTERNAL:classXJCJavaFieldImplINTERNAL:classXJCJavaMethodImplINTERNAL:classXJCJavaPackageImplINTERNAL:
-