public class AnnotatedEndpointScanner<T extends java.lang.annotation.Annotation,C extends EndpointConfig> extends org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T,C>>
| Constructor | Description |
|---|---|
AnnotatedEndpointScanner(AnnotatedEndpointMetadata<T,C> metadata) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onMethodAnnotation(AnnotatedEndpointMetadata<T,C> metadata,
java.lang.Class<?> pojo,
java.lang.reflect.Method method,
java.lang.annotation.Annotation annotation) |
|
AnnotatedEndpointMetadata<T,C> |
scan() |
public AnnotatedEndpointScanner(AnnotatedEndpointMetadata<T,C> metadata)
public void onMethodAnnotation(AnnotatedEndpointMetadata<T,C> metadata, java.lang.Class<?> pojo, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
onMethodAnnotation in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T extends java.lang.annotation.Annotation,C extends EndpointConfig>>public AnnotatedEndpointMetadata<T,C> scan()
Copyright © 1995–2018 Webtide. All rights reserved.