@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 ParameterNameProvider
public List<String> getParameterNames(Method method)
getParameterNames
in interface ParameterNameProvider
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved