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