Interface TypeArgumentBinder<T,S>

Type Parameters:
T - The argument type
S - The source type
All Superinterfaces:
ArgumentBinder<T,S>
All Known Subinterfaces:
NonBlockingBodyArgumentBinder<T>, TypedRequestArgumentBinder<T>
All Known Implementing Classes:
BasicAuthArgumentBinder, LocaleArgumentBinder, MultipartBodyArgumentBinder

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

    • argumentType

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