public class MethodParameterInfo extends Object
Modifier and Type | Method | Description |
---|---|---|
AnnotationInfo[] |
getAnnotationInfo() |
Method parameter annotation info (or null if no annotations).
|
int |
getModifiers() |
Method parameter modifiers.
|
String |
getModifiersStr() |
Get the method parameter modifiers as a String, e.g.
|
String |
getName() |
Method parameter name.
|
TypeSignature |
getTypeDescriptor() |
Method parameter type descriptor.
|
TypeSignature |
getTypeSignature() |
Method parameter type signature, possibly including generic type information (or null if no type signature
information available for this parameter).
|
TypeSignature |
getTypeSignatureOrTypeDescriptor() |
Method parameter type signature, or if not available, method type descriptor.
|
protected void |
setScanResult(ScanResult scanResult) |
|
String |
toString() |
public String getName()
public int getModifiers()
public String getModifiersStr()
getModifiers()
.public TypeSignature getTypeSignature()
public TypeSignature getTypeDescriptor()
public TypeSignature getTypeSignatureOrTypeDescriptor()
public AnnotationInfo[] getAnnotationInfo()
AnnotationInfo
for any annotations on this method parameter.protected void setScanResult(ScanResult scanResult)
Copyright © 2018. All rights reserved.