Searched refs:getMethodParameterAnnotation (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java129 <A extends Annotation> A getMethodParameterAnnotation( method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java81 public <A extends Annotation> A getMethodParameterAnnotation(Class<A> annotation, Method method, int paramIndex, Locatable srcPos) { method in class:RuntimeInlineAnnotationReader
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DAbstractWrapperBeanGenerator.java108 Annotation ann = annReader.getMethodParameterAnnotation(jaxbClass, method, paramIndex, null);
143 WebParam webParam = annReader.getMethodParameterAnnotation(WebParam.class, method, paramIndex, null);
211 WebParam webParam = annReader.getMethodParameterAnnotation(WebParam.class, method, paramIndex, null);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ap/
H A DInlineAnnotationReaderImpl.java113 public <A extends Annotation> A getMethodParameterAnnotation(Class<A> a, ExecutableElement m, int paramIndex, Locatable srcPos) { method in class:InlineAnnotationReaderImpl

Completed in 113 milliseconds