public class OperationArgument extends Object
| Constructor and Description |
|---|
OperationArgument(AnnotatedType javaType,
String name,
String description,
Object defaultValue,
List<Parameter> parameters,
boolean context,
boolean mappable) |
OperationArgument(AnnotatedType javaType,
String name,
String description,
Object defaultValue,
Parameter parameter,
boolean context,
boolean mappable) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType |
getBaseType() |
Object |
getDefaultValue() |
String |
getDescription() |
AnnotatedType |
getJavaType() |
String |
getName() |
Parameter |
getParameter() |
TypedElement |
getTypedElement() |
boolean |
isContext() |
boolean |
isMappable() |
String |
toString() |
public OperationArgument(AnnotatedType javaType, String name, String description, Object defaultValue, Parameter parameter, boolean context, boolean mappable)
public AnnotatedType getJavaType()
public AnnotatedType getBaseType()
public String getName()
public String getDescription()
public Object getDefaultValue()
public Parameter getParameter()
public boolean isContext()
public TypedElement getTypedElement()
public boolean isMappable()
Copyright © 2016–2018. All rights reserved.