public class DirectiveArgument extends Object
| Constructor and Description |
|---|
DirectiveArgument(String name,
String description,
AnnotatedType javaType,
Object value,
Object defaultValue,
AnnotatedElement element,
Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation() |
Object |
getDefaultValue() |
String |
getDescription() |
AnnotatedType |
getJavaType() |
String |
getName() |
TypedElement |
getTypedElement() |
Object |
getValue() |
String |
toString() |
public DirectiveArgument(String name, String description, AnnotatedType javaType, Object value, Object defaultValue, AnnotatedElement element, Annotation annotation)
public String getName()
public AnnotatedType getJavaType()
public String getDescription()
public Object getValue()
public Object getDefaultValue()
public TypedElement getTypedElement()
public Annotation getAnnotation()
Copyright © 2016–2018. All rights reserved.