Uses of Interface
org.aksw.jenax.io.json.accumulator.AccJsonNode
Packages that use AccJsonNode
-
Uses of AccJsonNode in org.aksw.jenax.io.json.accumulator
Subinterfaces of AccJsonNode in org.aksw.jenax.io.json.accumulatorModifier and TypeInterfaceDescriptioninterfaceBase interface for objects and fragment bodies, i.e.Classes in org.aksw.jenax.io.json.accumulator that implement AccJsonNodeModifier and TypeClassDescriptionclassAn accumulator for a set of fields.classclassclassCommon base class for accumulators of Objects and Fragments.Fields in org.aksw.jenax.io.json.accumulator declared as AccJsonNodeModifier and TypeFieldDescriptionprotected AccJsonNodeAccJsonFragmentHead.targetAccprotected AccJsonNodeAccJsonProperty.targetAccMethods in org.aksw.jenax.io.json.accumulator that return AccJsonNodeModifier and TypeMethodDescriptionAggJsonFragmentBody.newAccumulator()AggJsonLiteral.newAccumulator()AggJsonNode.newAccumulator()AggJsonObject.newAccumulator()Constructors in org.aksw.jenax.io.json.accumulator with parameters of type AccJsonNodeModifierConstructorDescriptionAccJsonFragmentHead(org.apache.jena.sparql.path.P_Path0 dummyJsonKey, org.apache.jena.graph.Node matchFieldId, boolean isForward, AccJsonNode targetAcc) If true then no array is created.AccJsonProperty(org.apache.jena.sparql.path.P_Path0 jsonKey, org.apache.jena.graph.Node matchFieldId, boolean isForward, AccJsonNode targetAcc, boolean isSingle)