Class JettyAnnotatedScanner
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner<JettyAnnotatedMetadata>
-
- org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner
-
public class JettyAnnotatedScanner extends AbstractMethodAnnotationScanner<JettyAnnotatedMetadata>
-
-
Constructor Summary
Constructors Constructor Description JettyAnnotatedScanner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onMethodAnnotation(JettyAnnotatedMetadata metadata, java.lang.Class<?> pojo, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
JettyAnnotatedMetadata
scan(java.lang.Class<?> pojo)
-
Methods inherited from class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
assertIsPublicNonStatic, assertIsReturn, assertIsVoidReturn, assertUnset, assertValidSignature, isAnnotation, isSameParameters, isSignatureMatch, isTypeAnnotated, scanMethodAnnotations
-
-
-
-
Method Detail
-
onMethodAnnotation
public void onMethodAnnotation(JettyAnnotatedMetadata metadata, java.lang.Class<?> pojo, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
- Specified by:
onMethodAnnotation
in classAbstractMethodAnnotationScanner<JettyAnnotatedMetadata>
-
scan
public JettyAnnotatedMetadata scan(java.lang.Class<?> pojo)
-
-