Package io.micronaut.core.bind
Interface TypeArgumentBinder<T,S>
- Type Parameters:
T
- The argument typeS
- The source type
- All Superinterfaces:
ArgumentBinder<T,
S>
- All Known Subinterfaces:
NonBlockingBodyArgumentBinder<T>
,TypedRequestArgumentBinder<T>
- All Known Implementing Classes:
BasicAuthArgumentBinder
,LocaleArgumentBinder
,MultipartBodyArgumentBinder
An
ArgumentBinder
that is resolved based on the argument type.- 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
-
Method Details
-
argumentType
- Returns:
- The argument type.
-