Package io.micronaut.web.router
Interface UnresolvedArgument<T>
- Type Parameters:
T
- The Type
- All Superinterfaces:
Supplier<ArgumentBinder.BindingResult<T>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface UnresolvedArgument<T>
extends Supplier<ArgumentBinder.BindingResult<T>>
Represents an unresolved argument to a
Route
.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary