Interface NodeMapper

All Known Implementing Classes:
NodeMapperMultiplexer, NodeMapperViaSqlDatatype, RowToNodeViaTypeManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NodeMapper
Interface for obtaining the (typically natural) RDF term for the value in the result set's current row at the given index. See also information related to https://www.w3.org/TR/r2rml/#dfn-natural-rdf-datatype.
Author:
Claus Stadler
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.graph.Node
    map(ResultSet resultSet, int columnIdx)