Class GraphQLVariablesProcessor

java.lang.Object
org.qubership.integration.platform.engine.camel.processors.GraphQLVariablesProcessor
All Implemented Interfaces:
org.apache.camel.Processor

@Component public class GraphQLVariablesProcessor extends Object implements org.apache.camel.Processor
  • Constructor Details

    • GraphQLVariablesProcessor

      @Autowired public GraphQLVariablesProcessor(@Qualifier("jsonMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      Specified by:
      process in interface org.apache.camel.Processor
      Throws:
      Exception