Interface TypeArgumentBinder<T,​S>

  • Type Parameters:
    T - The argument type
    S - The source type
    All Superinterfaces:
    ArgumentBinder<T,​S>

    public interface TypeArgumentBinder<T,​S>
    extends ArgumentBinder<T,​S>
    An ArgumentBinder that is resolved based on the argument type.
    Since:
    1.0
    • Method Detail

      • argumentType

        Argument<T> argumentType()
        Returns:
        The argument type.