| Class | Description |
|---|---|
| BasicAuthArgumentBinder |
Responsible for binding to a
BasicAuth argument from the authorization
header in the request. |
| CompletableFutureBodyBinder |
A
NonBlockingBodyArgumentBinder that handles CompletableFuture instances. |
| MaybeBodyBinder |
Bindings
Body arguments of type Maybe. |
| ObservableBodyBinder |
Bindings
Body arguments of type Observable. |
| PublisherBodyBinder |
A
Body argument binder for a reactive streams Publisher. |
| SingleBodyBinder |
Bindings
Body arguments of type Single. |