public interface MethodInfo extends AnnotatedInfo, MemberInfo
Modifier and Type | Field and Description |
---|---|
static ClassInfo[] |
NO_EXCEPTIONS
No Exceptions
|
static ParameterInfo[] |
NO_PARAMS
No parameters
|
static TypeInfo[] |
NO_PARAMS_TYPES
No parameters
|
ABSTRACT, CONSTANT, FINAL, PACKAGE, PACKAGE_ABSTRACT, PACKAGE_CONSTANT, PACKAGE_STATIC, PRIVATE, PRIVATE_CONSTANT, PRIVATE_STATIC, PROTECTED, PROTECTED_ABSTRACT, PROTECTED_CONSTANT, PROTECTED_STATIC, PUBLIC, PUBLIC_ABSTRACT, PUBLIC_CONSTANT, PUBLIC_STATIC, STATIC
Modifier and Type | Method and Description |
---|---|
ClassInfo[] |
getExceptionTypes()
Get the exception types
|
String |
getName()
Get the method name
|
ParameterInfo[] |
getParameters()
Get the parameters
|
TypeInfo[] |
getParameterTypes()
Get the parameter types
|
TypeInfo |
getReturnType()
Get the return type
|
Object |
invoke(Object target,
Object[] args)
Invoke the method
|
getAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresent
getDeclaringClass
getModifiers, isPublic, isStatic, isVolatile
static final TypeInfo[] NO_PARAMS_TYPES
static final ParameterInfo[] NO_PARAMS
static final ClassInfo[] NO_EXCEPTIONS
String getName()
TypeInfo[] getParameterTypes()
ParameterInfo[] getParameters()
ClassInfo[] getExceptionTypes()
TypeInfo getReturnType()
Copyright © 2015 JBoss by Red Hat. All rights reserved.