Home
last modified time | relevance | path

Searched refs:getMethodAnnotation (Results 1 – 25 of 113) sorted by relevance

12345

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_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,… in getMethodAnnotation() method in AbstractInlineAnnotationReaderImpl
61 A a1 = getter==null?null:getMethodAnnotation(annotation,getter,srcPos); in getMethodAnnotation()
62 A a2 = setter==null?null:getMethodAnnotation(annotation,setter,srcPos); in getMethodAnnotation()
90 getMethodAnnotation(annotation,getter,setter,srcPos); in hasMethodAnnotation()
H A DAnnotationReader.java100 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, in getMethodAnnotation() method
118 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, M method, Locatable srcpos ); in getMethodAnnotation() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_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,… in getMethodAnnotation() method in AbstractInlineAnnotationReaderImpl
61 A a1 = getter==null?null:getMethodAnnotation(annotation,getter,srcPos); in getMethodAnnotation()
62 A a2 = setter==null?null:getMethodAnnotation(annotation,setter,srcPos); in getMethodAnnotation()
90 getMethodAnnotation(annotation,getter,setter,srcPos); in hasMethodAnnotation()
H A DAnnotationReader.java100 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, in getMethodAnnotation() method
118 <A extends Annotation> A getMethodAnnotation(Class<A> annotation, M method, Locatable srcpos ); in getMethodAnnotation() method
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
83 return $this->delegate->getMethodAnnotation($method, $annotation);
H A DReader.php68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); function
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
83 return $this->delegate->getMethodAnnotation($method, $annotation);
H A DReader.php68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); function
/dports/finance/prestashop/prestashop/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
83 return $this->delegate->getMethodAnnotation($method, $annotation);
H A DReader.php68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); function
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
83 return $this->delegate->getMethodAnnotation($method, $annotation);
H A DReader.php68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); function
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
83 return $this->delegate->getMethodAnnotation($method, $annotation);
H A DReader.php68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); function
/dports/databases/pear-DoctrineCommon/DoctrineCommon-2.3.0/Doctrine/Common/Annotations/
H A DIndexedReader.php97 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
99 return $this->delegate->getMethodAnnotation($method, $annotation);
H A DReader.php53 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); function
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php62 public function getMethodAnnotation(ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
64 return $this->delegate->getMethodAnnotation($method, $annotation);
H A DReader.php57 public function getMethodAnnotation(ReflectionMethod $method, $annotationName); function
/dports/www/drupal9/drupal-9.2.10/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php62 public function getMethodAnnotation(ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
64 return $this->delegate->getMethodAnnotation($method, $annotation);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php62 public function getMethodAnnotation(ReflectionMethod $method, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
64 return $this->delegate->getMethodAnnotation($method, $annotation);
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/method/
H A DHandlerMethod.java190 public <A extends Annotation> A getMethodAnnotation(Class<A> annotationType) { in getMethodAnnotation() method in HandlerMethod
246 public <T extends Annotation> T getMethodAnnotation(Class<T> annotationType) { in getMethodAnnotation() method in HandlerMethod.HandlerMethodParameter
247 return HandlerMethod.this.getMethodAnnotation(annotationType); in getMethodAnnotation()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java226 return reader().getMethodAnnotation(annotationType,method,ElementInfoImpl.this); in readAnnotation()
243 anno = reader().getMethodAnnotation( XmlElementDecl.class, m, this ); in ElementInfoImpl()
260 … XmlJavaTypeAdapter adapter = reader().getMethodAnnotation(XmlJavaTypeAdapter.class,m,this); in ElementInfoImpl()
264 XmlAttachmentRef xsa = reader().getMethodAnnotation(XmlAttachmentRef.class,m,this); in ElementInfoImpl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java226 return reader().getMethodAnnotation(annotationType,method,ElementInfoImpl.this); in readAnnotation()
243 anno = reader().getMethodAnnotation( XmlElementDecl.class, m, this ); in ElementInfoImpl()
260 … XmlJavaTypeAdapter adapter = reader().getMethodAnnotation(XmlJavaTypeAdapter.class,m,this); in ElementInfoImpl()
264 XmlAttachmentRef xsa = reader().getMethodAnnotation(XmlAttachmentRef.class,m,this); in ElementInfoImpl()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DExternalMetadataReader.java169 return (jm == null) ? new Annotation[0] : getAnnotations(jm.getMethodAnnotation()); in getAnnotations()
500 if (jm == null || jm.getMethodAnnotation() == null) { in annotation()
503 return findInstanceOf(anntype, jm.getMethodAnnotation()); in annotation()
514 if (jm == null || jm.getMethodAnnotation() == null) { in annotation()
517 return findElements(jm.getMethodAnnotation()); in annotation()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DExternalMetadataReader.java169 return (jm == null) ? new Annotation[0] : getAnnotations(jm.getMethodAnnotation()); in getAnnotations()
500 if (jm == null || jm.getMethodAnnotation() == null) { in annotation()
503 return findInstanceOf(anntype, jm.getMethodAnnotation()); in annotation()
514 if (jm == null || jm.getMethodAnnotation() == null) { in annotation()
517 return findElements(jm.getMethodAnnotation()); in annotation()

12345