Uses of Interface
org.aksw.jenax.graphql.json.api.GraphQlExecFactory
Packages that use GraphQlExecFactory
Package
Description
-
Uses of GraphQlExecFactory in org.aksw.jenax.graphql.impl.common
Subinterfaces of GraphQlExecFactory in org.aksw.jenax.graphql.impl.commonMethods in org.aksw.jenax.graphql.impl.common that return GraphQlExecFactoryMethods in org.aksw.jenax.graphql.impl.common with parameters of type GraphQlExecFactoryModifier and TypeMethodDescriptionstatic GraphQlExecGraphQlExecUtils.exec(GraphQlExecFactory gef, String queryStr) Convenience method to execute a stringstatic GraphQlExecGraphQlExecUtils.execJson(GraphQlExecFactory gef, com.google.gson.Gson gson, String jsonRequest) static GraphQlExecGraphQlExecUtils.execJson(GraphQlExecFactory gef, com.google.gson.JsonObject jsonObject) static GraphQlExecGraphQlExecUtils.execJson(GraphQlExecFactory gef, String jsonRequest) static com.google.gson.JsonObjectGraphQlExecUtils.materialize(GraphQlExecFactory gef, String queryStr) Execute a graphql string and obtain the complete result document a guava json object -
Uses of GraphQlExecFactory in org.aksw.jenax.graphql.legacy
Fields in org.aksw.jenax.graphql.legacy with type parameters of type GraphQlExecFactoryModifier and TypeFieldDescriptionprotected ComputeOnce<GraphQlExecFactory>GraphQlExecFactoryLazy.delegateCreationDeprecated.Constructor parameters in org.aksw.jenax.graphql.legacy with type arguments of type GraphQlExecFactoryModifierConstructorDescriptionGraphQlExecFactoryLazy(ComputeOnce<GraphQlExecFactory> delegateCreation) Deprecated. -
Uses of GraphQlExecFactory in org.aksw.jenax.graphql.rdf.adapter
Classes in org.aksw.jenax.graphql.rdf.adapter that implement GraphQlExecFactory -
Uses of GraphQlExecFactory in org.aksw.jenax.graphql.rdf.api
Methods in org.aksw.jenax.graphql.rdf.api that return GraphQlExecFactory