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, java.io.InputStream is)Deprecated.static RdfDocumentRdfDocument. of(java.io.InputStream is)Deprecated.Create a new document from content provided byInputStream.
-