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