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 Implementing Classes:
AbstractAnnotatedArgumentBinder
An
ArgumentBinder whose lookup is driven by an annotation definition.- Since:
- 1.0
-
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.
-