public final class StaticAnalysisContext extends Object implements javax.interceptor.InvocationContext
InvocationContext used during static analysis.| Constructor and Description |
|---|
StaticAnalysisContext(Class<?> targetClass,
Method annotated) |
StaticAnalysisContext(Object target,
Method annotated,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
getTarget() |
Object |
getTimer() |
Object |
proceed() |
void |
setParameters(Object[] params) |
public Object getTarget()
getTarget in interface javax.interceptor.InvocationContextpublic Object getTimer()
getTimer in interface javax.interceptor.InvocationContextpublic Method getMethod()
getMethod in interface javax.interceptor.InvocationContextpublic Constructor<?> getConstructor()
getConstructor in interface javax.interceptor.InvocationContextpublic Object[] getParameters()
getParameters in interface javax.interceptor.InvocationContextpublic void setParameters(Object[] params)
setParameters in interface javax.interceptor.InvocationContextpublic Map<String,Object> getContextData()
getContextData in interface javax.interceptor.InvocationContextCopyright © 2019. All rights reserved.