Uses of Class
no.hasmac.jsonld.http.media.MediaType
Packages that use MediaType
Package
Description
Processable documents.
-
Uses of MediaType in no.hasmac.jsonld.document
Methods in no.hasmac.jsonld.document that return MediaTypeModifier and TypeMethodDescriptionDocument.getContentType()The Content-Type of the loaded document, exclusive of any optional parameters.JsonDocument.getContentType()RdfDocument.getContentType()Methods in no.hasmac.jsonld.document with parameters of type MediaTypeModifier and TypeMethodDescriptionstatic booleanstatic booleanstatic JsonDocumentCreate a new document fromJsonStructure.static JsonDocumentJsonDocument.of(MediaType contentType, InputStream is) Create a new document from content provided byInputStream.static JsonDocumentCreate a new document from content provided byReader.static RdfDocumentRdfDocument.of(MediaType type, InputStream is) static Documentstatic DocumentRdfDocument.of(MediaType contentType, RdfDataset dataset) Create a new document fromRdfDataset.static DocumentDocumentParser.parse(MediaType contentType, InputStream inputStream) Deprecated.Create a new document.static DocumentDeprecated.Create a new document. -
Uses of MediaType in no.hasmac.jsonld.http.link
Methods in no.hasmac.jsonld.http.link that return types with arguments of type MediaTypeConstructors in no.hasmac.jsonld.http.link with parameters of type MediaType -
Uses of MediaType in no.hasmac.jsonld.http.media
Fields in no.hasmac.jsonld.http.media declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypeMediaType.ANYstatic final MediaTypeMediaType.HTMLstatic final MediaTypeMediaType.JSONstatic final MediaTypeMediaType.JSON_LDstatic final MediaTypeMediaType.N_QUADSstatic final MediaTypeMediaType.XHTMLMethods in no.hasmac.jsonld.http.media that return MediaTypeMethods in no.hasmac.jsonld.http.media with parameters of type MediaType -
Uses of MediaType in no.hasmac.rdf
Methods in no.hasmac.rdf that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionstatic Collection<MediaType> Rdf.canRead()static Collection<MediaType> Rdf.canWrite()Methods in no.hasmac.rdf with parameters of type MediaTypeModifier and TypeMethodDescriptionstatic RdfReaderRdf.createReader(MediaType contentType, InputStream is) static RdfReaderRdf.createReader(MediaType contentType, Reader reader) static RdfWriterRdf.createWriter(MediaType contentType, OutputStream os) static RdfWriterRdf.createWriter(MediaType contentType, Writer writer) -
Uses of MediaType in no.hasmac.rdf.impl
Methods in no.hasmac.rdf.impl that return types with arguments of type MediaTypeMethods in no.hasmac.rdf.impl with parameters of type MediaTypeModifier and TypeMethodDescriptionDefaultRdfProvider.createReader(MediaType contentType, Reader reader) DefaultRdfProvider.createWriter(MediaType contentType, Writer writer) -
Uses of MediaType in no.hasmac.rdf.spi
Methods in no.hasmac.rdf.spi that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionabstract Collection<MediaType> RdfProvider.canRead()abstract Collection<MediaType> RdfProvider.canWrite()Methods in no.hasmac.rdf.spi with parameters of type MediaTypeModifier and TypeMethodDescriptionabstract RdfReaderRdfProvider.createReader(MediaType contentType, Reader reader) abstract RdfWriterRdfProvider.createWriter(MediaType contentType, Writer writer)