Interface RequestArgumentBinder<T>

Type Parameters:
T - A type
All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,HttpRequest<?>>
All Known Subinterfaces:
AnnotatedRequestArgumentBinder<A,T>, BodyArgumentBinder<T>, NonBlockingBodyArgumentBinder<T>, PostponedRequestArgumentBinder<T>, TypedRequestArgumentBinder<T>
All Known Implementing Classes:
CookieAnnotationBinder, DefaultBodyAnnotationBinder, DefaultUnmatchedRequestArgumentBinder, HeaderAnnotationBinder, PartAnnotationBinder, PathVariableAnnotationBinder, QueryValueArgumentBinder, RequestAttributeAnnotationBinder, RequestBeanAnnotationBinder

@Indexed(RequestArgumentBinder.class) public interface RequestArgumentBinder<T> extends io.micronaut.core.bind.ArgumentBinder<T,HttpRequest<?>>
A binder that binds from an HttpRequest.
Since:
1.0
  • 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