public class AnnotatedEndpointScanner<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig> extends AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T,C>>
Constructor and Description |
---|
AnnotatedEndpointScanner(AnnotatedEndpointMetadata<T,C> metadata) |
Modifier and Type | Method and 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, scanMethodAnnotations
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 AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig>>
public AnnotatedEndpointMetadata<T,C> scan()
Copyright © 1995–2023 Webtide. All rights reserved.