Class VariableTypeImpl
- java.lang.Object
-
- io.smallrye.graphql.client.impl.core.AbstractVariableType
-
- io.smallrye.graphql.client.impl.core.VariableTypeImpl
-
- All Implemented Interfaces:
Buildable,VariableType
public class VariableTypeImpl extends AbstractVariableType
-
-
Constructor Summary
Constructors Constructor Description VariableTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()-
Methods inherited from class io.smallrye.graphql.client.impl.core.AbstractVariableType
getChild, getName, isNonNull, setChild, setName, setNonNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.smallrye.graphql.client.core.VariableType
isList
-
-
-
-
Method Detail
-
build
public String build()
-
-