Class SPARQLResultsCSVMappingStrategy
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVMappingStrategy
- All Implemented Interfaces:
com.opencsv.bean.MappingStrategy<BindingSet>
Implements a
MappingStrategy to allow opencsv to work in parallel. This is where the input
is converted into BindingSets.- Author:
- Andrew Rucker Jones
-
Field Summary
Fields inherited from class SPARQLResultsXSVMappingStrategy
bindingNames, numberPattern, valueFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcaptureHeader(com.opencsv.CSVReader reader) populateNewBean(String[] line) Methods inherited from class SPARQLResultsXSVMappingStrategy
generateHeader, getBindingNames, isAnnotationDriven, parseNumberPatternMatch, setErrorLocale, setType, transmuteBeanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.opencsv.bean.MappingStrategy
ignoreFields
-
Constructor Details
-
SPARQLResultsCSVMappingStrategy
-
-
Method Details
-
captureHeader
- Throws:
IOException
-
populateNewBean
-