Class FragmentImpl
- java.lang.Object
-
- io.smallrye.graphql.client.impl.core.AbstractFragment
-
- io.smallrye.graphql.client.impl.core.FragmentImpl
-
- All Implemented Interfaces:
Buildable,Fragment,FragmentOrOperation
public class FragmentImpl extends AbstractFragment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.smallrye.graphql.client.core.Fragment
Fragment.FragmentBuilder
-
-
Constructor Summary
Constructors Constructor Description FragmentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()-
Methods inherited from class io.smallrye.graphql.client.impl.core.AbstractFragment
getDirectives, getFields, getName, getTargetType, setDirectives, setFields, setName, setTargetType
-
-
-
-
Method Detail
-
build
public String build() throws BuildException
- Throws:
BuildException
-
-