Class SPARQLStarResultsTSVMappingStrategy
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVMappingStrategy
- All Implemented Interfaces:
com.opencsv.bean.MappingStrategy<BindingSet>
@Deprecated
public class SPARQLStarResultsTSVMappingStrategy
extends SPARQLResultsTSVMappingStrategy
Deprecated.
Extends
SPARQLResultsTSVMappingStrategy
with support for parsing a Triple
.- Author:
- Pavel Mihaylov
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
bindingNames, numberPattern, valueFactory
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
captureHeader, decodeString, parseLiteral, parseValue, populateNewBean
Methods inherited from class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
generateHeader, getBindingNames, isAnnotationDriven, parseNumberPatternMatch, setErrorLocale, setType, transmuteBean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.opencsv.bean.MappingStrategy
ignoreFields
-
Constructor Details
-
SPARQLStarResultsTSVMappingStrategy
Deprecated.
-
SPARQLResultsTSVMappingStrategy