Package io.micronaut.http.filter
Interface BaseFilterProcessor.RequiresRequestBodyBinder<T>
- Type Parameters:
T- Arg type
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,HttpRequest<?>>
- Enclosing class:
- BaseFilterProcessor<A extends Annotation>
public static interface BaseFilterProcessor.RequiresRequestBodyBinder<T>
extends io.micronaut.core.bind.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
io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object> -
Method Summary
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind