Package org.hl7.fhir.utilities.graphql
Class GraphQLResponse
- java.lang.Object
-
- org.hl7.fhir.utilities.graphql.Value
-
- org.hl7.fhir.utilities.graphql.ObjectValue
-
- org.hl7.fhir.utilities.graphql.GraphQLResponse
-
public class GraphQLResponse extends ObjectValue
-
-
Constructor Summary
Constructors Constructor Description GraphQLResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetWriteWrapper(boolean theWriteWrapper)Should the "data" wrapper br written along with the outputvoidwrite(StringBuilder b, Integer indent, String lineSeparator)Write the output using the system default line separator (as defined inSystem.lineSeparator-
Methods inherited from class org.hl7.fhir.utilities.graphql.ObjectValue
addField, getFields, getValue, write
-
-
-
-
Constructor Detail
-
GraphQLResponse
public GraphQLResponse()
-
-
Method Detail
-
setWriteWrapper
public void setWriteWrapper(boolean theWriteWrapper)
Should the "data" wrapper br written along with the output
-
write
public void write(StringBuilder b, Integer indent, String lineSeparator) throws EGraphQLException, EGraphEngine
Description copied from class:ObjectValueWrite the output using the system default line separator (as defined inSystem.lineSeparator- Overrides:
writein classObjectValue- Parameters:
b- The StringBuilder to populateindent- The indent level, or-1for no indentlineSeparator- The line separator- Throws:
EGraphQLExceptionEGraphEngine
-
-