public class OperationArgument extends Object
| Constructor and Description |
|---|
OperationArgument(AnnotatedType javaType,
String name,
String description,
OperationArgumentDefaultValue defaultValue,
boolean context,
boolean mappable) |
| Modifier and Type | Method and Description |
|---|---|
OperationArgumentDefaultValue |
getDefaultValue() |
String |
getDescription() |
AnnotatedType |
getJavaType() |
String |
getName() |
boolean |
isContext() |
boolean |
isMappable() |
public OperationArgument(AnnotatedType javaType, String name, String description, OperationArgumentDefaultValue defaultValue, boolean context, boolean mappable)
public String getName()
public String getDescription()
public OperationArgumentDefaultValue getDefaultValue()
public boolean isContext()
public AnnotatedType getJavaType()
public boolean isMappable()
Copyright © 2016–2017. All rights reserved.