Class MappingOpExtractJSON
java.lang.Object
se.liu.ida.hefquin.mappings.algebra.ops.MappingOpExtract<JsonObject,JsonObject,JsonElement,JsonPathQuery,JsonPathQuery>
se.liu.ida.hefquin.mappings.sources.json.MappingOpExtractJSON
- All Implemented Interfaces:
MappingOperator
public class MappingOpExtractJSON
extends MappingOpExtract<JsonObject,JsonObject,JsonElement,JsonPathQuery,JsonPathQuery>
This class is a version of
MappingOpExtract specifically for
data objects of SourceTypeJSON.-
Field Summary
Fields inherited from class se.liu.ida.hefquin.mappings.algebra.ops.MappingOpExtract
P, query, sr, type -
Constructor Summary
ConstructorsConstructorDescriptionMappingOpExtractJSON(SourceReference sr, JsonPathQuery query, Map<String, JsonPathQuery> P) -
Method Summary
Methods inherited from class se.liu.ida.hefquin.mappings.algebra.ops.MappingOpExtract
equals, getAttributesOfP, getEntriesOfP, getExpectedNumberOfSubExpressions, getQuery, getSizeOfP, getSourceReference, getSourceType, hashCode, toString, visit
-
Constructor Details
-
MappingOpExtractJSON
-