Searched refs:getMethodAnnotation (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAbstractInlineAnnotationReaderImpl.java60 public final <A extends Annotation> A getMethodAnnotation(Class<A> annotation, M getter, M setter, Locatable srcPos) { method in class:AbstractInlineAnnotationReaderImpl
61 A a1 = getter==null?null:getMethodAnnotation(annotation,getter,srcPos);
62 A a2 = setter==null?null:getMethodAnnotation(annotation,setter,srcPos);
89 // both are present. have getMethodAnnotation report an error
90 getMethodAnnotation(annotation,getter,setter,srcPos);
H A DAnnotationReader.java100 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, method in interface:AnnotationReader
118 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, M method, Locatable srcpos ); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java65 public <A extends Annotation> A getMethodAnnotation(Class<A> annotation, Method method, Locatable srcPos) { method in class:RuntimeInlineAnnotationReader
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DGetterSetterPropertySeed.java65 return parent.reader().getMethodAnnotation(annotation, getter,setter,this);
H A DElementInfoImpl.java226 return reader().getMethodAnnotation(annotationType,method,ElementInfoImpl.this);
243 anno = reader().getMethodAnnotation( XmlElementDecl.class, m, this );
260 XmlJavaTypeAdapter adapter = reader().getMethodAnnotation(XmlJavaTypeAdapter.class,m,this);
264 XmlAttachmentRef xsa = reader().getMethodAnnotation(XmlAttachmentRef.class,m,this);
H A DRegistryInfoImpl.java82 XmlElementDecl em = builder.reader.getMethodAnnotation(
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/
H A DJavaMethod.java116 * getMethodAnnotation().add(newItem);
132 public List<Object> getMethodAnnotation() { method in class:JavaMethod
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DExternalMetadataReader.java169 return (jm == null) ? new Annotation[0] : getAnnotations(jm.getMethodAnnotation());
500 if (jm == null || jm.getMethodAnnotation() == null) {
503 return findInstanceOf(anntype, jm.getMethodAnnotation());
514 if (jm == null || jm.getMethodAnnotation() == null) {
517 return findElements(jm.getMethodAnnotation());
H A DAbstractWrapperBeanGenerator.java96 Annotation ann = annReader.getMethodAnnotation(jaxbClass, method, null);
188 WebResult webResult = annReader.getMethodAnnotation(WebResult.class, method ,null);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ap/
H A DInlineAnnotationReaderImpl.java79 public <A extends Annotation> A getMethodAnnotation(Class<A> a, ExecutableElement method, Locatable srcPos) { method in class:InlineAnnotationReaderImpl

Completed in 123 milliseconds