Class ServletGraphQlEndpointImpl

java.lang.Object
org.aksw.jenax.web.servlet.graphql.v2.GraphQlEndpointBase
org.aksw.jenax.web.servlet.graphql.v2.ServletGraphQlEndpointImpl

@Path("/") public class ServletGraphQlEndpointImpl extends GraphQlEndpointBase
  • Field Details

    • graphQlExecFactory

      @Autowired protected GraphQlExecFactory graphQlExecFactory
      The connection factory is mandatory. It creates RDFConnections from the http request.
  • Constructor Details

    • ServletGraphQlEndpointImpl

      public ServletGraphQlEndpointImpl()
  • Method Details