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 a Route.
    Since:
    1.0
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get