Interface AnnotatedArgumentBinder<A extends Annotation,T,S>
- Type Parameters:
A
- The annotation typeT
- The argument typeS
- The binding source type
- All Superinterfaces:
ArgumentBinder<T,
S>
- All Known Subinterfaces:
AnnotatedRequestArgumentBinder<A,
,T> BodyArgumentBinder<T>
,NonBlockingBodyArgumentBinder<T>
- All Known Implementing Classes:
AbstractAnnotatedArgumentBinder
,CookieAnnotationBinder
,DefaultBodyAnnotationBinder
,HeaderAnnotationBinder
,MultipartBodyArgumentBinder
,PartAnnotationBinder
,PathVariableAnnotationBinder
,QueryValueArgumentBinder
,RequestAttributeAnnotationBinder
,RequestBeanAnnotationBinder
An
ArgumentBinder
whose lookup is driven by an annotation definition.- 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
-
getAnnotationType
- Returns:
- The annotation type.
-