Package io.micronaut.http.filter
Interface BaseFilterProcessor.RequiresRequestBodyBinder<T>
- Type Parameters:
T
- Arg type
- All Superinterfaces:
ArgumentBinder<T,
HttpRequest<?>>
- Enclosing class:
- BaseFilterProcessor<A extends Annotation>
public static interface BaseFilterProcessor.RequiresRequestBodyBinder<T>
extends ArgumentBinder<T,HttpRequest<?>>
Interface that signals to
FilterRunner
that we should wait for the request body to
arrive before running this binder.-
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