Class Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader


  • final class Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader
    extends Object
    • Constructor Detail

      • Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader

        Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader()
    • Method Detail

      • getFieldAnnotation

        public <A extends Annotation> A getFieldAnnotation​(Class<A> annotation,
                                                           Field field,
                                                           org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
      • getAllFieldAnnotations

        public Annotation[] getAllFieldAnnotations​(Field field,
                                                   org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
      • getMethodAnnotation

        public <A extends Annotation> A getMethodAnnotation​(Class<A> annotation,
                                                            Method method,
                                                            org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
      • getAllMethodAnnotations

        public Annotation[] getAllMethodAnnotations​(Method method,
                                                    org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
      • getMethodParameterAnnotation

        public <A extends Annotation> A getMethodParameterAnnotation​(Class<A> annotation,
                                                                     Method method,
                                                                     int paramIndex,
                                                                     org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
      • getClassAnnotation

        public <A extends Annotation> A getClassAnnotation​(Class<A> a,
                                                           Class clazz,
                                                           org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
      • getPackageAnnotation

        public <A extends Annotation> A getPackageAnnotation​(Class<A> a,
                                                             Class clazz,
                                                             org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)