public class CompositeDelegatingParameterNameDiscoverer extends Object implements org.springframework.core.ParameterNameDiscoverer
ParameterNameDiscoverer holds an ordererd collection of ParameterNameDiscoverer. It delegates to
each component of this collection until a component is able to resolve the parameters names i.e. it don't return
null)
Note : PrioritizedParameterNameDiscoverer cannot be configured through XML AFAIK| Constructor and Description |
|---|
CompositeDelegatingParameterNameDiscoverer(List<org.springframework.core.ParameterNameDiscoverer> discoverers) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNames(Constructor ctor)
(non-Javadoc)
|
String[] |
getParameterNames(Method method)
(non-Javadoc)
|
public CompositeDelegatingParameterNameDiscoverer(List<org.springframework.core.ParameterNameDiscoverer> discoverers)
discoverers - public String[] getParameterNames(Method method)
getParameterNames in interface org.springframework.core.ParameterNameDiscovererParameterNameDiscoverer.getParameterNames(java.lang.reflect.Method)public String[] getParameterNames(Constructor ctor)
getParameterNames in interface org.springframework.core.ParameterNameDiscovererParameterNameDiscoverer.getParameterNames(java.lang.reflect.Constructor)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.