Class NoOpBatchInputPreProcessor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BatchInputPreProcessResult preProcessBatch​(graphql.kickstart.execution.input.GraphQLBatchedInvocationInput batchedInvocationInput, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      An injectable object that allows clients to manipulate a batch before executing, or abort altogether.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoOpBatchInputPreProcessor

        public NoOpBatchInputPreProcessor()
    • Method Detail

      • preProcessBatch

        public BatchInputPreProcessResult preProcessBatch​(graphql.kickstart.execution.input.GraphQLBatchedInvocationInput batchedInvocationInput,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
        Description copied from interface: BatchInputPreProcessor
        An injectable object that allows clients to manipulate a batch before executing, or abort altogether.
        Specified by:
        preProcessBatch in interface BatchInputPreProcessor
        Parameters:
        batchedInvocationInput - the input to process
        request - the servlet request
        response - the servlet response
        Returns:
        wrapped batch to possibly process.