@Deprecated public class ReflectionParameterNameProvider extends Object implements ParameterNameProvider
| Constructor and Description |
|---|
ReflectionParameterNameProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getParameterNames(Constructor<?> constructor)
Deprecated.
Returns the names of the parameters of the given constructor.
|
List<String> |
getParameterNames(Method method)
Deprecated.
Returns the names of the parameters of the given method.
|
public ReflectionParameterNameProvider()
public List<String> getParameterNames(Constructor<?> constructor)
ParameterNameProvidergetParameterNames in interface ParameterNameProviderconstructor - the constructor for which the parameter names shall be
retrieved; never nullnullpublic List<String> getParameterNames(Method method)
ParameterNameProvidergetParameterNames in interface ParameterNameProvidermethod - the method for which the parameter names shall be retrieved;
never nullnullCopyright © 2019 JBoss by Red Hat. All rights reserved.