S
- type Genericpublic interface ArgumentBinderRegistry<S>
ArgumentBinder
instances.Modifier and Type | Method and Description |
---|---|
<T> Optional<ArgumentBinder<T,S>> |
findArgumentBinder(Argument<T> argument,
S source)
Locate an
ArgumentBinder for the given argument and source type. |
<T> Optional<ArgumentBinder<T,S>> findArgumentBinder(Argument<T> argument, S source)
ArgumentBinder
for the given argument and source type.T
- The argument typeargument
- The argumentsource
- The sourceOptional
of ArgumentBinder