Class Param
java.lang.Object
org.aksw.jenax.arq.functionbinder.Param
Metadata for mapping RDF terms passed as arguments to a SPARQL function
to Java objects of the appropriate types so that those Jaa objects can be passed as arguments
to the wrapped Java function.
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
paramClass
The actual class accepted as the parameter -
inputClass
The class of inputs for the parameter -
inputConverter
protected org.aksw.commons.util.convert.ConvertFunctionRaw inputConverter -
defaultValue
-
-
Constructor Details
-
Param
-
-
Method Details
-
getParamClass
-
getInputClass
-
getInputConverter
public org.aksw.commons.util.convert.ConvertFunctionRaw getInputConverter()
-