Uses of Interface
org.aksw.jenax.graphql.sparql.v2.ron.RdfElementVisitor
Packages that use RdfElementVisitor
-
Uses of RdfElementVisitor in org.aksw.jenax.graphql.sparql.v2.ron
Classes in org.aksw.jenax.graphql.sparql.v2.ron that implement RdfElementVisitorModifier and TypeClassDescriptionclassIf rdfTermMode is true, then all json literals will be strings that contain RDF terms in n-triples syntax.classJson-NT is simply json where keys and literals are all strings that contain RDF terms in n-triples serialization.classVisitor the writes out a RON structure in JSON.Methods in org.aksw.jenax.graphql.sparql.v2.ron with parameters of type RdfElementVisitorModifier and TypeMethodDescription<T> TRdfArrayImpl.accept(RdfElementVisitor<T> visitor) <T> TRdfElement.accept(RdfElementVisitor<T> visitor) <T> TRdfLiteralImpl.accept(RdfElementVisitor<T> visitor) <T> TRdfNull.accept(RdfElementVisitor<T> visitor) <T> TRdfObjectImpl.accept(RdfElementVisitor<T> visitor)