public class SwaggerInvocation extends SwaggerInvocationContext
| Modifier and Type | Field and Description |
|---|---|
protected InvocationType |
invocationType |
protected Object[] |
swaggerArguments |
context| Constructor and Description |
|---|
SwaggerInvocation() |
| Modifier and Type | Method and Description |
|---|---|
InvocationType |
getInvocationType() |
<T> T |
getSwaggerArgument(int idx) |
Object[] |
getSwaggerArguments() |
void |
setSwaggerArgument(int idx,
Object swaggerArgument) |
void |
setSwaggerArguments(Object[] swaggerArguments) |
addContext, addContext, getContext, getContext, setContextprotected InvocationType invocationType
protected Object[] swaggerArguments
public InvocationType getInvocationType()
public Object[] getSwaggerArguments()
public <T> T getSwaggerArgument(int idx)
public void setSwaggerArguments(Object[] swaggerArguments)
public void setSwaggerArgument(int idx,
Object swaggerArgument)
Copyright © 2017. All rights reserved.