@JavaDispatcher.Proxied(value="java.lang.reflect.Parameter") protected static interface ParameterDescription.ForLoadedParameter.Parameter
java.lang.reflect.Parameter
.Modifier and Type | Method and Description |
---|---|
int |
getModifiers(Object value)
Returns the given parameter's modifiers.
|
String |
getName(Object value)
Returns the given parameter's implicit or explicit name.
|
boolean |
isNamePresent(Object value)
Returns
true if the given parameter has an explicit name. |
int getModifiers(Object value)
value
- The parameter to introspect.boolean isNamePresent(Object value)
true
if the given parameter has an explicit name.value
- The parameter to introspect.true
if the given parameter has an explicit name.Copyright © 2014–2025. All rights reserved.