Package io.micronaut.core.bind
Interface TypeArgumentBinder<T,S>
-
- Type Parameters:
T
- The argument typeS
- The source type
- All Superinterfaces:
ArgumentBinder<T,S>
public interface TypeArgumentBinder<T,S> extends ArgumentBinder<T,S>
AnArgumentBinder
that is resolved based on the argument type.- Since:
- 1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
ArgumentBinder.BindingResult<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Argument<T>
argumentType()
-
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind
-
-