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
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetMethodArgumentName(String methodArgumentName) voidsetSourceArgument(boolean sourceArgument) toString()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