Uses of Interface
org.springframework.web.reactive.HandlerAdapter
Packages that use HandlerAdapter
Package
Description
Classes supporting the 
org.springframework.web.reactive.function.server package.Support for various programming model styles including the invocation of
 different types of handlers like an annotated controller or a simple
 
WebHandler.Infrastructure for annotation-based handler method processing.
Server-side support classes for WebSocket requests.
- 
Uses of HandlerAdapter in org.springframework.web.reactive.function.server.supportClasses in org.springframework.web.reactive.function.server.support that implement HandlerAdapterModifier and TypeClassDescriptionclassHandlerAdapterimplementation that supportsHandlerFunctions.
- 
Uses of HandlerAdapter in org.springframework.web.reactive.resultClasses in org.springframework.web.reactive.result that implement HandlerAdapterModifier and TypeClassDescriptionclass
- 
Uses of HandlerAdapter in org.springframework.web.reactive.result.method.annotationClasses in org.springframework.web.reactive.result.method.annotation that implement HandlerAdapterModifier and TypeClassDescriptionclassSupports the invocation of@RequestMappinghandler methods.
- 
Uses of HandlerAdapter in org.springframework.web.reactive.socket.server.supportClasses in org.springframework.web.reactive.socket.server.support that implement HandlerAdapterModifier and TypeClassDescriptionclassHandlerAdapterthat allowsDispatcherHandlerto support handlers of typeWebSocketHandlerwith such handlers mapped to URL patterns viaSimpleUrlHandlerMapping.