Class AbstractMethodAnnotationScanner<T>
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner<T>
-
- Type Parameters:
T- The type of metadata
- Direct Known Subclasses:
JettyAnnotatedScanner
@Deprecated(since="2021-05-27") public abstract class AbstractMethodAnnotationScanner<T> extends Object
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Basic scanner for Annotated Methods
-
-
Constructor Summary
Constructors Constructor Description AbstractMethodAnnotationScanner()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisAnnotation(Annotation annotation, Class<? extends Annotation> annotationClass)Deprecated.booleanisSameParameters(Class<?>[] actual, Class<?>[] params)Deprecated.abstract voidonMethodAnnotation(T metadata, Class<?> pojo, Method method, Annotation annotation)Deprecated.voidscanMethodAnnotations(T metadata, Class<?> pojo)Deprecated.
-
-
-
Method Detail
-
isAnnotation
public boolean isAnnotation(Annotation annotation, Class<? extends Annotation> annotationClass)
Deprecated.
-
onMethodAnnotation
public abstract void onMethodAnnotation(T metadata, Class<?> pojo, Method method, Annotation annotation)
Deprecated.
-
-