Uses of Interface
org.apache.jena.riot.rowset.RowSetReaderFactory
Packages that use RowSetReaderFactory
-
Uses of RowSetReaderFactory in org.apache.jena.riot.rowset
Methods in org.apache.jena.riot.rowset that return RowSetReaderFactoryModifier and TypeMethodDescriptionstatic RowSetReaderFactory
RowSetReaderRegistry.getFactory
(Lang lang) Lookup aLang
to get the registeredRowSetReaderFactory
(or null)Methods in org.apache.jena.riot.rowset with parameters of type RowSetReaderFactoryModifier and TypeMethodDescriptionstatic void
RowSetReaderRegistry.register
(Lang lang, RowSetReaderFactory factory) Register aRowSetReaderFactory
for aLang
-
Uses of RowSetReaderFactory in org.apache.jena.riot.rowset.rw
Fields in org.apache.jena.riot.rowset.rw declared as RowSetReaderFactoryModifier 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