Class RdfElementVisitorRdfToJson

java.lang.Object
org.aksw.jenax.ron.RdfElementVisitorRdfToJson
All Implemented Interfaces:
RdfElementVisitor<com.google.gson.JsonElement>

public class RdfElementVisitorRdfToJson extends Object implements RdfElementVisitor<com.google.gson.JsonElement>
If rdfTermMode is true, then all json literals will be strings that contain RDF terms in n-triples syntax.
  • Constructor Details

    • RdfElementVisitorRdfToJson

      public RdfElementVisitorRdfToJson()
  • Method Details