Uses of Class
com.apicatalog.jsonld.document.RdfDocument
-
Packages that use RdfDocument Package Description com.apicatalog.jsonld.document Processable documents. -
-
Uses of RdfDocument in com.apicatalog.jsonld.document
Methods in com.apicatalog.jsonld.document that return RdfDocument Modifier and Type Method Description static RdfDocumentRdfDocument. of(MediaType type, InputStream is)static RdfDocumentRdfDocument. of(InputStream is)Create a new document from content provided byInputStream.
-