Package io.micronaut.http.bind.binders
Interface NonBlockingBodyArgumentBinder<T>
- Type Parameters:
T
- A type
- All Superinterfaces:
AnnotatedArgumentBinder<Body,
,T, HttpRequest<?>> AnnotatedRequestArgumentBinder<Body,
,T> ArgumentBinder<T,
,HttpRequest<?>> BodyArgumentBinder<T>
,RequestArgumentBinder<T>
,TypeArgumentBinder<T,
,HttpRequest<?>> TypedRequestArgumentBinder<T>
- All Known Implementing Classes:
MultipartBodyArgumentBinder
public interface NonBlockingBodyArgumentBinder<T>
extends BodyArgumentBinder<T>, TypedRequestArgumentBinder<T>
A marker interface for argument binders that are non-blocking.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
ArgumentBinder.BindingResult<T>
-
Method Summary
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind
Methods inherited from interface io.micronaut.http.bind.binders.BodyArgumentBinder
getAnnotationType
Methods inherited from interface io.micronaut.core.bind.TypeArgumentBinder
argumentType
Methods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
matches, superTypes