public class SwaggerInvocation extends InvocationContext
| Modifier and Type | Field and Description |
|---|---|
protected InvocationType |
invocationType |
protected InvocationContext |
parentContext |
protected Object[] |
swaggerArguments |
context, httpStatus, localContext, marker| Constructor and Description |
|---|
SwaggerInvocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvocationQualifiedName() |
InvocationType |
getInvocationType() |
InvocationContext |
getParentContext() |
<T> T |
getSwaggerArgument(int idx) |
Object[] |
getSwaggerArguments() |
void |
onBusinessFinish() |
void |
onBusinessMethodFinish() |
void |
onBusinessMethodStart() |
void |
setSwaggerArgument(int idx,
Object swaggerArgument) |
void |
setSwaggerArguments(Object[] swaggerArguments) |
addContext, addContext, addContext, addLocalContext, addLocalContext, getContext, getContext, getLocalContext, getLocalContext, getMarker, getStatus, mergeContext, mergeContext, setContext, setLocalContext, setStatus, setStatus, setStatusprotected InvocationType invocationType
protected Object[] swaggerArguments
protected InvocationContext parentContext
public InvocationContext getParentContext()
public InvocationType getInvocationType()
public Object[] getSwaggerArguments()
public <T> T getSwaggerArgument(int idx)
public void setSwaggerArguments(Object[] swaggerArguments)
public void setSwaggerArgument(int idx,
Object swaggerArgument)
public String getInvocationQualifiedName()
public void onBusinessMethodStart()
public void onBusinessMethodFinish()
public void onBusinessFinish()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.