Class ServletBuilderGraphQlV2

java.lang.Object
org.aksw.jenax.web.server.boot.ServletBuilderGraphQlV2
All Implemented Interfaces:
ServletBuilder

public class ServletBuilderGraphQlV2 extends Object implements ServletBuilder
  • Field Details

    • graphQlExecFactory

      protected org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory graphQlExecFactory
  • Constructor Details

    • ServletBuilderGraphQlV2

      public ServletBuilderGraphQlV2()
  • Method Details

    • newBuilder

      public static ServletBuilderGraphQlV2 newBuilder()
    • getGraphQlExecFactory

      public org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory getGraphQlExecFactory()
    • setGraphQlExecFactory

      public ServletBuilderGraphQlV2 setGraphQlExecFactory(org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory graphQlExecFactory)
    • build

      public org.springframework.web.WebApplicationInitializer build(org.springframework.web.context.support.GenericWebApplicationContext rootContext)
      Specified by:
      build in interface ServletBuilder