DictListParameterConversion, StringParameterConversionpublic interface ParameterConversion
ParameterConversion to bridge between RDF
and native Java class representation of data.
A ParameterConversion is implicitly tied to a Java type which it expects
objects passed to toRDF(Object) to be instances of and which
objects returned from fromRDF(RDFNode) are instances of.
| Modifier and Type | Method | Description |
|---|---|---|
Object |
fromRDF(RDFNode node) |
Convert the given
node to an equal object representation. |
RDFNode |
toRDF(Object object) |
Convert the given
object to an equal RDF representation. |
Copyright © 2018. All rights reserved.