Uses of Class
no.hasmac.jsonld.flattening.NodeMap
Packages that use NodeMap
Package
Description
Deserialize JSON-LD to RDF Algorithm.
Flattening Algorithms.
Framing Algorithms.
-
Uses of NodeMap in no.hasmac.jsonld.deseralization
Fields in no.hasmac.jsonld.deseralization declared as NodeMapModifier and TypeFieldDescriptionprivate final NodeMapJsonLdToRdf.nodeMapprivate final NodeMapListToRdf.nodeMapprivate NodeMapObjectToRdf.nodeMapMethods in no.hasmac.jsonld.deseralization with parameters of type NodeMapModifier and TypeMethodDescriptionstatic <Triple, Quad, Iri extends Resource, Bnode extends Resource, Resource extends Value, Literal extends Value, Value>
JsonLdToRdf<Triple, Quad, Iri, Bnode, Resource, Literal, Value> JsonLdToRdf.with(NodeMap nodeMap, RdfConsumer<Triple, Quad> dataset, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory, JsonLdOptions options) static <Triple, Quad, Iri extends Resource, Bnode extends Resource, Resource extends Value, Literal extends Value, Value>
ListToRdf<Triple, Quad, Iri, Bnode, Resource, Literal, Value> ListToRdf.with(jakarta.json.JsonArray list, List<Triple> triples, NodeMap nodeMap, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory, JsonLdOptions options) static <Triple, Quad, Iri extends Resource, Bnode extends Resource, Resource extends Value, Literal extends Value, Value>
ObjectToRdf<Triple, Quad, Iri, Bnode, Resource, Literal, Value> ObjectToRdf.with(jakarta.json.JsonObject item, List<Triple> triples, NodeMap nodeMap, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory, JsonLdOptions options) Constructors in no.hasmac.jsonld.deseralization with parameters of type NodeMapModifierConstructorDescriptionprivateJsonLdToRdf(NodeMap nodeMap, RdfConsumer<Triple, Quad> dataset, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory, JsonLdOptions options) privateListToRdf(jakarta.json.JsonArray list, List<Triple> triples, NodeMap nodeMap, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory, JsonLdOptions options) privateObjectToRdf(jakarta.json.JsonObject item, List<Triple> triples, NodeMap nodeMap, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory, JsonLdOptions options) -
Uses of NodeMap in no.hasmac.jsonld.flattening
Fields in no.hasmac.jsonld.flattening declared as NodeMapMethods in no.hasmac.jsonld.flattening that return NodeMapMethods in no.hasmac.jsonld.flattening with parameters of type NodeMapConstructors in no.hasmac.jsonld.flattening with parameters of type NodeMapModifierConstructorDescriptionprivateNodeMapBuilder(jakarta.json.JsonStructure element, NodeMap nodeMap) -
Uses of NodeMap in no.hasmac.jsonld.framing
Fields in no.hasmac.jsonld.framing declared as NodeMapMethods in no.hasmac.jsonld.framing that return NodeMapMethods in no.hasmac.jsonld.framing with parameters of type NodeMap