Package io.smallrye.graphql.execution
Class JsonObjectResponseWriter
java.lang.Object
io.smallrye.graphql.execution.JsonObjectResponseWriter
- All Implemented Interfaces:
ExecutionResponseWriter
A default implementation for Execution Response Writer
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Field Details
-
LOG
protected static final org.jboss.logging.Logger LOG
-
-
Method Details
-
write
- Specified by:
writein interfaceExecutionResponseWriter
-
fail
- Specified by:
failin interfaceExecutionResponseWriter
-
logInput
public void logInput() -
logOutput
public void logOutput() -
getInput
public jakarta.json.JsonObject getInput() -
getOutput
public jakarta.json.JsonObject getOutput() -
getExecutionResponse
-