public class SPARQLResultsCSVMappingStrategy extends SPARQLResultsXSVMappingStrategy
MappingStrategy
to allow opencsv to work in parallel. This is where the input
is converted into BindingSet
s.bindingNames, numberPattern, valueFactory
Constructor and Description |
---|
SPARQLResultsCSVMappingStrategy(ValueFactory valueFactory) |
Modifier and Type | Method and Description |
---|---|
void |
captureHeader(com.opencsv.CSVReader reader) |
BindingSet |
populateNewBean(String[] line) |
createBean, findDescriptor, findField, findMaxFieldIndex, generateHeader, getBindingNames, getColumnIndex, isAnnotationDriven, parseNumberPatternMatch, populateNewBeanWithIntrospection, setErrorLocale, setType, transmuteBean, verifyLineLength
public SPARQLResultsCSVMappingStrategy(ValueFactory valueFactory)
public void captureHeader(com.opencsv.CSVReader reader) throws IOException
IOException
public BindingSet populateNewBean(String[] line)
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.