Uses of Class
org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
Packages that use JettyAnnotatedMetadata
Package
Description
Jetty WebSocket Common : Event Driver for WebSocket Object
-
Uses of JettyAnnotatedMetadata in org.eclipse.jetty.websocket.common.events
Subclasses with type arguments of type JettyAnnotatedMetadata in org.eclipse.jetty.websocket.common.eventsFields in org.eclipse.jetty.websocket.common.events declared as JettyAnnotatedMetadataModifier and TypeFieldDescriptionprivate final JettyAnnotatedMetadataJettyAnnotatedEventDriver.eventsFields in org.eclipse.jetty.websocket.common.events with type parameters of type JettyAnnotatedMetadataModifier and TypeFieldDescriptionprivate ConcurrentHashMap<Class<?>, JettyAnnotatedMetadata> JettyAnnotatedImpl.cacheMethods in org.eclipse.jetty.websocket.common.events that return JettyAnnotatedMetadataModifier and TypeMethodDescriptionMethods in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadataModifier and TypeMethodDescriptionvoidJettyAnnotatedScanner.onMethodAnnotation(JettyAnnotatedMetadata metadata, Class<?> pojo, Method method, Annotation annotation) Constructors in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadataModifierConstructorDescriptionJettyAnnotatedEventDriver(WebSocketPolicy policy, Object websocket, JettyAnnotatedMetadata events)