Class AnnotatedEndpointScanner<T extends Annotation,C extends javax.websocket.EndpointConfig>
java.lang.Object
org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T,C>>
org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointScanner<T,C>
public class AnnotatedEndpointScanner<T extends Annotation,C extends javax.websocket.EndpointConfig>
extends AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T,C>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonMethodAnnotation(AnnotatedEndpointMetadata<T, C> metadata, Class<?> pojo, Method method, Annotation annotation) scan()Methods inherited from class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
assertIsPublicNonStatic, assertIsReturn, assertIsVoidReturn, assertUnset, assertValidSignature, isAnnotation, isSameParameters, isSignatureMatch, isTypeAnnotated, scanMethodAnnotations
-
Constructor Details
-
AnnotatedEndpointScanner
-
-
Method Details
-
onMethodAnnotation
public void onMethodAnnotation(AnnotatedEndpointMetadata<T, C> metadata, Class<?> pojo, Method method, Annotation annotation) - Specified by:
onMethodAnnotationin classAbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T extends Annotation,C extends javax.websocket.EndpointConfig>>
-
scan
-