public class AnnotationParameterNameDiscoverer extends Object implements org.springframework.core.ParameterNameDiscoverer
Constructor and Description |
---|
AnnotationParameterNameDiscoverer() |
Modifier and Type | Method and Description |
---|---|
String[] |
getParameterNames(Constructor ctor) |
String[] |
getParameterNames(Method method) |
public String[] getParameterNames(Method method)
getParameterNames
in interface org.springframework.core.ParameterNameDiscoverer
public String[] getParameterNames(Constructor ctor)
getParameterNames
in interface org.springframework.core.ParameterNameDiscoverer
Copyright © 2006–2018 TinyGroup. All rights reserved.