Uses of Interface
org.apache.jena.riot.rowset.RowSetReaderFactory
-
Uses of RowSetReaderFactory in org.apache.jena.riot.rowset
Modifier and TypeMethodDescriptionstatic RowSetReaderFactory
RowSetReaderRegistry.getFactory
(Lang lang) Lookup aLang
to get the registeredRowSetReaderFactory
(or null)Modifier and TypeMethodDescriptionstatic void
RowSetReaderRegistry.register
(Lang lang, RowSetReaderFactory factory) Register aRowSetReaderFactory
for aLang
-
Uses of RowSetReaderFactory in org.apache.jena.riot.rowset.rw
Modifier and TypeFieldDescriptionstatic final RowSetReaderFactory
RowSetReaderCSV.factory
static final RowSetReaderFactory
RowSetReaderJSON_V1.factory
Deprecated, for removal: This API element is subject to removal in a future version.static final RowSetReaderFactory
RowSetReaderJSONStreaming.factory
static RowSetReaderFactory
RowSetReaderNone.factory
static RowSetReaderFactory
RowSetReaderProtobuf.factory
static RowSetReaderFactory
RowSetReaderThrift.factory
static final RowSetReaderFactory
RowSetReaderTSV.factory
static final RowSetReaderFactory
RowSetReaderXML.factory