public class ExecutableParameterNameProvider extends Object
Executables in a uniform fashion. Delegates to the configured
ParameterNameProvider.| Constructor and Description |
|---|
ExecutableParameterNameProvider(ParameterNameProvider delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equality is based on identity of the delegate.
|
ParameterNameProvider |
getDelegate() |
List<String> |
getParameterNames(Executable executable) |
int |
hashCode() |
String |
toString() |
public ExecutableParameterNameProvider(ParameterNameProvider delegate)
public List<String> getParameterNames(Executable executable)
public ParameterNameProvider getDelegate()
Copyright © 2019 JBoss by Red Hat. All rights reserved.