public class AnnotatedEndpointScanner<T extends Annotation,C extends 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,
Class<?> pojo,
Method method,
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, Class<?> pojo, Method method, Annotation annotation)
onMethodAnnotation in class AbstractMethodAnnotationScanner<AnnotatedEndpointMetadata<T extends Annotation,C extends EndpointConfig>>public AnnotatedEndpointMetadata<T,C> scan()
Copyright © 1995-2015 Webtide. All Rights Reserved.