Package io.smallrye.graphql.schema.model
Class Argument
- java.lang.Object
-
- io.smallrye.graphql.schema.model.Field
-
- io.smallrye.graphql.schema.model.Argument
-
- All Implemented Interfaces:
Serializable
public final class Argument extends Field
Represent an argument that is used on operations. It's just a field with extra information to hold the Java method argument Name- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
- Field, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodArgumentName()booleanisSourceArgument()voidsetMethodArgumentName(String methodArgumentName)voidsetSourceArgument(boolean sourceArgument)StringtoString()-
Methods inherited from class io.smallrye.graphql.schema.model.Field
addDirectiveInstance, addDirectiveInstances, equals, getAdaptTo, getAdaptWith, getDefaultValue, getDescription, getDirectiveInstances, getMethodName, getName, getPropertyName, getReference, getTransformation, getWrapper, hasDefaultValue, hasDirectiveInstances, hashCode, hasTransformation, hasWrapper, isAdaptingTo, isAdaptingWith, isNotNull, setAdaptTo, setAdaptWith, setDefaultValue, setDescription, setDirectiveInstances, setMethodName, setName, setNotNull, setPropertyName, setReference, setTransformation, setWrapper
-
-