Class GraphQlSchemaUtils
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.schema.GraphQlSchemaUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphQlSchemaUtils.TypeInfoextractTypeInfo(graphql.language.Type<?> type) static graphql.language.DocumentloadSchema(String graphQlSchemaResource) Load a sparql/graphql schema resource and merge it against the meta schema.static StringtoStringUtf8(org.apache.jena.riot.system.stream.StreamManager streamMgr, String resourceName)
-
Constructor Details
-
GraphQlSchemaUtils
public GraphQlSchemaUtils()
-
-
Method Details
-
extractTypeInfo
-
loadSchema
Load a sparql/graphql schema resource and merge it against the meta schema.- Throws:
IOException
-
toStringUtf8
public static String toStringUtf8(org.apache.jena.riot.system.stream.StreamManager streamMgr, String resourceName) throws IOException - Throws:
IOException
-