public class F_ObjectToNode extends Object implements java.util.function.Function<Object,org.apache.jena.graph.Node>
| Modifier and Type | Field and Description |
|---|---|
protected RdfTypeFactoryImpl |
rdfClassFactory |
protected org.apache.jena.datatypes.TypeMapper |
typeMapper |
| Constructor and Description |
|---|
F_ObjectToNode(RdfTypeFactoryImpl rdfClassFactory,
org.apache.jena.datatypes.TypeMapper typeMapper) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.graph.Node |
apply(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identityprotected org.apache.jena.datatypes.TypeMapper typeMapper
protected RdfTypeFactoryImpl rdfClassFactory
public F_ObjectToNode(RdfTypeFactoryImpl rdfClassFactory, org.apache.jena.datatypes.TypeMapper typeMapper)
public org.apache.jena.graph.Node apply(Object o)
apply in interface java.util.function.Function<Object,org.apache.jena.graph.Node>Copyright © 2017. All rights reserved.