public interface MethodInjectionPoint extends CallableInjectionPoint, Executable
EMPTY
Modifier and Type | Method and Description |
---|---|
Method |
getMethod() |
String |
getName() |
Object |
invoke(Object instance,
Object... args)
Invokes the method.
|
boolean |
isPostConstructMethod() |
boolean |
isPreDestroyMethod() |
getArguments
getDeclaringBean, requiresReflection
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation
getArguments
Method getMethod()
String getName()
boolean isPreDestroyMethod()
boolean isPostConstructMethod()
Object invoke(Object instance, Object... args)
invoke
in interface Executable
instance
- The instanceargs
- The arguments. Should match the types of getArguments()