Uses of Interface
no.hasmac.jsonld.loader.DocumentReader
-
Packages that use DocumentReader Package Description no.hasmac.jsonld.loader Remote Document and Context Retrieval. -
-
Uses of DocumentReader in no.hasmac.jsonld.loader
Methods in no.hasmac.jsonld.loader that return DocumentReader Modifier and Type Method Description DocumentReader<java.io.InputStream>
DocumentResolver. getReader(MediaType contentType)
Return a reader or throwJsonLdError
if there is no reader nor fallbackContentType.Methods in no.hasmac.jsonld.loader that return types with arguments of type DocumentReader Modifier and Type Method Description private static java.util.Optional<DocumentReader<java.io.InputStream>>
DocumentResolver. findReader(MediaType type)
-