Uses of Class
org.apache.jena.atlas.json.JsonArray
-
Packages that use JsonArray Package Description org.apache.jena.atlas.json org.apache.jena.atlas.json.io org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL.org.apache.jena.sparql.engine org.apache.jena.sparql.engine.http -
-
Uses of JsonArray in org.apache.jena.atlas.json
Methods in org.apache.jena.atlas.json that return JsonArray Modifier and Type Method Description JsonArrayJsonArray. getAsArray()JsonArrayJsonValue. getAsArray()Methods in org.apache.jena.atlas.json with parameters of type JsonArray Modifier and Type Method Description voidJsonVisitor. visit(JsonArray jsonArray) -
Uses of JsonArray in org.apache.jena.atlas.json.io
Methods in org.apache.jena.atlas.json.io with parameters of type JsonArray Modifier and Type Method Description voidJsonWriter. visit(JsonArray jsonArray) -
Uses of JsonArray in org.apache.jena.query
Methods in org.apache.jena.query that return JsonArray Modifier and Type Method Description JsonArrayQueryExecution. execJson()Execute a JSON query and return a json array -
Uses of JsonArray in org.apache.jena.sparql.engine
Methods in org.apache.jena.sparql.engine that return JsonArray Modifier and Type Method Description JsonArrayQueryExecutionBase. execJson() -
Uses of JsonArray in org.apache.jena.sparql.engine.http
Methods in org.apache.jena.sparql.engine.http that return JsonArray Modifier and Type Method Description JsonArrayQueryEngineHTTP. execJson()
-