Package org.aksw.jenax.io.json.graph
Interface GraphToJsonMapperNode
- All Superinterfaces:
GraphToJsonMapper
- All Known Implementing Classes:
GraphToJsonIndexMapper,GraphToJsonNodeMapperFragmentBody,GraphToJsonNodeMapperLiteral,GraphToJsonNodeMapperObject,GraphToJsonNodeMapperObjectLike
-
Method Summary
Modifier and TypeMethodDescriptiondefault GraphToJsonNodeMapperLiteraldefault GraphToJsonNodeMapperObjectasObject()getType()Attempt to convert the mapper into an aggregator that can assemble json from an ordered stream of triples.Methods inherited from interface org.aksw.jenax.io.json.graph.GraphToJsonMapper
map
-
Method Details
-
getType
GraphToJsonNodeMapperType getType() -
asObject
-
asLiteral
-
toAggregator
AggJsonNode toAggregator()Attempt to convert the mapper into an aggregator that can assemble json from an ordered stream of triples.- Throws:
UnsupportedOperationException- if the conversion is unsupported
-