Package io.micronaut.web.router
Interface UnresolvedArgument<T>
-
- Type Parameters:
T- The Type
- All Superinterfaces:
java.util.function.Supplier<io.micronaut.core.bind.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 java.util.function.Supplier<io.micronaut.core.bind.ArgumentBinder.BindingResult<T>>Represents an unresolved argument to aRoute.- Since:
- 1.0