public class DefaultParameterNameProvider extends Object implements ParameterNameProvider
ParameterNameProvider
implementation which returns parameter names obtained from the Java
reflection API as mandated by the BV specification.Constructor and Description |
---|
DefaultParameterNameProvider() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getParameterNames(Constructor<?> constructor) |
List<String> |
getParameterNames(Method method) |
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