public interface HttpClientBinderRegistry
ClientArgumentRequestBinder
instances.Modifier and Type | Method and Description |
---|---|
<T> java.util.Optional<ClientArgumentRequestBinder<T>> |
findArgumentBinder(Argument<T> argument)
Locate an
ClientArgumentRequestBinder for the given argument. |
<T> java.util.Optional<ClientArgumentRequestBinder<T>> findArgumentBinder(@NonNull Argument<T> argument)
ClientArgumentRequestBinder
for the given argument.T
- The argument typeargument
- The argumentOptional
of ClientArgumentRequestBinder