Class ConverterFromObjectToLexicalFormViaRDFDatatype
public class ConverterFromObjectToLexicalFormViaRDFDatatype
extends com.google.common.base.Converter<Object,String>
A converter between Objects and lexical forms (Strings) via
RDFDatatype.- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConverterFromObjectToLexicalFormViaRDFDatatype(org.apache.jena.datatypes.RDFDatatype rdfDatatype) -
Method Summary
Methods inherited from class com.google.common.base.Converter
andThen, apply, convert, convertAll, equals, from, identity, reverse
-
Field Details
-
rdfDatatype
protected org.apache.jena.datatypes.RDFDatatype rdfDatatype
-
-
Constructor Details
-
ConverterFromObjectToLexicalFormViaRDFDatatype
public ConverterFromObjectToLexicalFormViaRDFDatatype(org.apache.jena.datatypes.RDFDatatype rdfDatatype)
-
-
Method Details