public class AnnotatedEndpointScanner<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig> extends 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() |
assertIsPublicNonStatic, assertIsReturn, assertIsVoidReturn, assertUnset, assertValidSignature, isAnnotation, isSameParameters, isSignatureMatch, isTypeAnnotated, scanMethodAnnotationspublic 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 AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig>>public AnnotatedEndpointMetadata<T,C> scan()
Copyright © 1995–2018 Webtide. All rights reserved.