public class SerializableMethod extends Object implements Serializable
Constructor and Description |
---|
SerializableMethod(Method method)
Constructor for SerializableMethod.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<?>[] |
getExceptionTypes()
Getter for the field
exceptionTypes . |
Method |
getJavaMethod()
getJavaMethod.
|
String |
getName()
getName.
|
Class<?>[] |
getParameterTypes()
Getter for the field
parameterTypes . |
Class<?> |
getReturnType()
Getter for the field
returnType . |
int |
hashCode() |
boolean |
isAbstract()
isAbstract.
|
boolean |
isVarArgs()
isVarArgs.
|
public Class<?> getReturnType()
Getter for the field returnType
.
Class
object.public Class<?>[] getParameterTypes()
Getter for the field parameterTypes
.
Class
objects.public Class<?>[] getExceptionTypes()
Getter for the field exceptionTypes
.
Class
objects.public boolean isVarArgs()
isVarArgs.
public boolean isAbstract()
isAbstract.
Copyright © 2011–2019. All rights reserved.