Uses of Class
se.liu.ida.hefquin.mappings.algebra.sources.json.JsonPathQuery
Packages that use JsonPathQuery
-
Uses of JsonPathQuery in se.liu.ida.hefquin.mappings.algebra.sources.json
Subclasses with type arguments of type JsonPathQuery in se.liu.ida.hefquin.mappings.algebra.sources.jsonModifier and TypeClassDescriptionclassThis class is a version ofMappingOpExtractspecifically for data objects ofSourceTypeJSON.classThis class is a version ofMappingOpExtractspecifically for data objects ofSourceTypeJSON.Classes in se.liu.ida.hefquin.mappings.algebra.sources.json that implement interfaces with type arguments of type JsonPathQueryMethods in se.liu.ida.hefquin.mappings.algebra.sources.json with parameters of type JsonPathQueryModifier and TypeMethodDescriptionSourceTypeJSON.eval(JsonPathQuery query, JsonObject input) SourceTypeJSON.eval(JsonPathQuery query, JsonObject input, JsonObject cxtObj) Constructors in se.liu.ida.hefquin.mappings.algebra.sources.json with parameters of type JsonPathQueryModifierConstructorDescriptionMappingOpExtractJSON(SourceReference sr, JsonPathQuery query, Map<String, JsonPathQuery> P) Constructor parameters in se.liu.ida.hefquin.mappings.algebra.sources.json with type arguments of type JsonPathQueryModifierConstructorDescriptionMappingOpExtractJSON(SourceReference sr, JsonPathQuery query, Map<String, JsonPathQuery> P) -
Uses of JsonPathQuery in se.liu.ida.hefquin.rml
Methods in se.liu.ida.hefquin.rml that return JsonPathQueryModifier and TypeMethodDescriptionstatic JsonPathQueryRML2MappingAlgebra.checkSourceAndGetRootQuery(org.apache.jena.rdf.model.Resource tm) Checks that the logical source of the given triples map has rml:JSONPath as its reference formulation and obtains the root iterator query of the logical source.Methods in se.liu.ida.hefquin.rml that return types with arguments of type JsonPathQueryModifier and TypeMethodDescriptionstatic Map<String, JsonPathQuery> Given a version of map P in which the queries are represented just as strings, this function creates a version of P in which the queries are represented asJsonPathQueryobjects.