public class JettyAnnotatedScanner extends AbstractMethodAnnotationScanner<JettyAnnotatedMetadata>
Constructor and Description |
---|
JettyAnnotatedScanner() |
Modifier and Type | Method and Description |
---|---|
void |
onMethodAnnotation(JettyAnnotatedMetadata metadata,
Class<?> pojo,
Method method,
Annotation annotation) |
JettyAnnotatedMetadata |
scan(Class<?> pojo) |
assertIsPublicNonStatic, assertIsReturn, assertIsVoidReturn, assertUnset, assertValidSignature, isAnnotation, isSameParameters, isSignatureMatch, isTypeAnnotated, scanMethodAnnotations
public void onMethodAnnotation(JettyAnnotatedMetadata metadata, Class<?> pojo, Method method, Annotation annotation)
onMethodAnnotation
in class AbstractMethodAnnotationScanner<JettyAnnotatedMetadata>
public JettyAnnotatedMetadata scan(Class<?> pojo)
Copyright © 1995-2015 Webtide. All Rights Reserved.