EMPTY_NAMES
Constructor | Description |
---|---|
PositionalParanamer() |
Default Contstructor with prefix
arg . |
PositionalParanamer(String prefix) |
Constructor that allows to override the prefix.
|
Modifier and Type | Method | Description |
---|---|---|
String[] |
lookupParameterNames(AccessibleObject methodOrConstructor) |
Lookup the parameter names of a given method.
|
String[] |
lookupParameterNames(AccessibleObject methodOrCtor,
boolean throwExceptionIfMissing) |
Lookup the parameter names of a given method.
|
public PositionalParanamer()
arg
.public PositionalParanamer(String prefix)
prefix
- string that is prepended before the position of the parameter.public String[] lookupParameterNames(AccessibleObject methodOrConstructor)
Paranamer
lookupParameterNames
in interface Paranamer
methodOrConstructor
- the Method
or Constructor
for which the parameter names
are looked up.public String[] lookupParameterNames(AccessibleObject methodOrCtor, boolean throwExceptionIfMissing)
Paranamer
lookupParameterNames
in interface Paranamer
methodOrCtor
- the Method
or Constructor
for which the parameter names
are looked up.throwExceptionIfMissing
- whether to throw an exception if no Paranamer data found (versus return null).Copyright © 2007–2019. All rights reserved.