public class RuntimeMethodInformation extends java.lang.Object implements MethodInformation
| Constructor and Description |
|---|
RuntimeMethodInformation(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeclaringClass()
The declaring class name in java dotted form (e.g.
|
java.lang.String |
getDescriptor()
Gets the method descriptor
|
java.lang.reflect.Method |
getMethod()
This may return null if Method is not available yet
|
int |
getModifiers()
The method modifiers
|
java.lang.String |
getName()
the method name
|
java.lang.String[] |
getParameterTypes()
returns string representations of the parameter types
|
java.lang.String |
getReturnType()
Gets the method return type, in descriptor format (e.g.
|
public RuntimeMethodInformation(java.lang.reflect.Method method)
public java.lang.String getDeclaringClass()
MethodInformationgetDeclaringClass in interface MethodInformationpublic java.lang.reflect.Method getMethod()
MethodInformationgetMethod in interface MethodInformationpublic java.lang.String getDescriptor()
MethodInformationgetDescriptor in interface MethodInformationpublic java.lang.String[] getParameterTypes()
MethodInformationgetParameterTypes in interface MethodInformationpublic java.lang.String getReturnType()
MethodInformationgetReturnType in interface MethodInformationpublic java.lang.String getName()
MethodInformationgetName in interface MethodInformationpublic int getModifiers()
MethodInformationgetModifiers in interface MethodInformationCopyright © 2015. All Rights Reserved.