| java.lang.Object | |
| ↳ | org.springframework.core.PrioritizedParameterNameDiscoverer |
ParameterNameDiscoverer implementation that tries several ParameterNameDiscoverers
in succession. Those added first in the addDiscoverer method have
highest priority. If one returns null, the next will be tried.
The default behavior is always to return null
if no discoverer matches.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a further ParameterNameDiscoverer to the list of discoverers
that this PrioritizedParameterNameDiscoverer checks.
| |||||||||||
Return parameter names for this method,
or
null if they cannot be determined. | |||||||||||
Return parameter names for this constructor,
or
null if they cannot be determined. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.core.ParameterNameDiscoverer
| |||||||||||
Add a further ParameterNameDiscoverer to the list of discoverers that this PrioritizedParameterNameDiscoverer checks.
Return parameter names for this method,
or null if they cannot be determined.
| method | method to find parameter names for |
|---|
null if they cannot
Return parameter names for this constructor,
or null if they cannot be determined.
| ctor | constructor to find parameter names for |
|---|
null if they cannot