Uses of Class
no.hasmac.jsonld.flattening.NodeMap
-
Packages that use NodeMap Package Description no.hasmac.jsonld.deseralization Deserialize JSON-LD to RDF Algorithm.no.hasmac.jsonld.flattening Flattening Algorithms.no.hasmac.jsonld.framing Framing Algorithms. -
-
Uses of NodeMap in no.hasmac.jsonld.deseralization
Fields in no.hasmac.jsonld.deseralization declared as NodeMap Modifier and Type Field Description private NodeMap
JsonLdToRdf. nodeMap
private NodeMap
ListToRdf. nodeMap
private NodeMap
ObjectToRdf. nodeMap
Methods in no.hasmac.jsonld.deseralization with parameters of type NodeMap Modifier and Type Method Description static <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, java.util.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, java.util.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 NodeMap Constructor Description JsonLdToRdf(NodeMap nodeMap, RdfConsumer<Triple,Quad> dataset, RdfValueFactory<Triple,Quad,Iri,Bnode,Resource,Literal,Value> rdfValueFactory, JsonLdOptions options)
ListToRdf(jakarta.json.JsonArray list, java.util.List<Triple> triples, NodeMap nodeMap, RdfValueFactory<Triple,Quad,Iri,Bnode,Resource,Literal,Value> rdfValueFactory, JsonLdOptions options)
ObjectToRdf(jakarta.json.JsonObject item, java.util.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 NodeMap Modifier and Type Field Description private NodeMap
NodeMapBuilder. nodeMap
Methods in no.hasmac.jsonld.flattening that return NodeMap Modifier and Type Method Description NodeMap
NodeMapBuilder. build()
Methods in no.hasmac.jsonld.flattening with parameters of type NodeMap Modifier and Type Method Description static NodeMapBuilder
NodeMapBuilder. with(jakarta.json.JsonStructure element, NodeMap nodeMap)
Constructors in no.hasmac.jsonld.flattening with parameters of type NodeMap Constructor Description NodeMapBuilder(jakarta.json.JsonStructure element, NodeMap nodeMap)
-
Uses of NodeMap in no.hasmac.jsonld.framing
Fields in no.hasmac.jsonld.framing declared as NodeMap Modifier and Type Field Description private NodeMap
FramingState. graphMap
Methods in no.hasmac.jsonld.framing that return NodeMap Modifier and Type Method Description NodeMap
FramingState. getGraphMap()
Methods in no.hasmac.jsonld.framing with parameters of type NodeMap Modifier and Type Method Description void
FramingState. setGraphMap(NodeMap graphMap)
-