@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.
|
List<String> |
getParameterNames(Method method)
Deprecated.
|
public ReflectionParameterNameProvider()
public List<String> getParameterNames(Constructor<?> constructor)
getParameterNames in interface ParameterNameProviderpublic List<String> getParameterNames(Method method)
getParameterNames in interface ParameterNameProviderCopyright © 2007-2020 Red Hat, Inc. All Rights Reserved