Interface ArgumentResolver<T>

  • Type Parameters:
    T - resolved to type
    All Known Implementing Classes:
    CaseArgumentResolver
    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 ArgumentResolver<T>
    Represents a argument resolver which resolves a single argument into a type specified.

    This is a functional interface whose abstract method is resolve(ArgumentResolverContext)