| Class | Description | 
|---|---|
| BasicAuthArgumentBinder | Responsible for binding to a  BasicAuthargument from the authorization
 header in the request. | 
| CompletableFutureBodyBinder | A  NonBlockingBodyArgumentBinderthat handlesCompletableFutureinstances. | 
| MaybeBodyBinder | Bindings  Bodyarguments of typeMaybe. | 
| ObservableBodyBinder | Bindings  Bodyarguments of typeObservable. | 
| PublisherBodyBinder | A  Bodyargument binder for a reactive streamsPublisher. | 
| SingleBodyBinder | Bindings  Bodyarguments of typeSingle. |