| Interface | Description |
|---|---|
| Acc<T> |
An accumulator similar to that of Jena, however it uses a generic for the
value.
|
| Agg<T> | |
| BindingMapper<T> |
Similar to a RowMapper in spring-jdbc, except this interface is for (jena) bindings.
|
| Class | Description |
|---|---|
| AccList<T> |
An accumulator similar to that of Jena, however it uses a generic for the
value.
|
| AccLiteral<T> | |
| AccMap<K,V> | |
| AccObject<K> |
Aggregator for predefined keys
|
| AccTransform<I,O> | |
| AggFlow | |
| AggList<T> | |
| AggLiteral<T> | |
| AggMap<K,V> | |
| AggObject<K> | |
| AggTransform<I,O> | |
| AggTransforms | |
| AggUtils | |
| BindingMapperExpr | |
| BindingMapperExtractNode | |
| BindingMapperPassThrough | |
| BindingMapperUtils | |
| FunctionBindingMapper<T> |
Guava Function wrapper for BindingMapper objects
|
| FunctionNodeToObject | |
| FunctionNodeToString | |
| FunctionNodeValueToString | |
| FunctionObjectToClass<V,T> |
Convert a structure composed of nested maps and lists
into a java object of a certain class
|
| FunctionResultSetAggregate<T> | |
| IteratorResultSetBinding |
Wraps a result set as an iterator of bindings
|
| MappedConcept<T> | |
| MappedConceptUtils | |
| MappedElement<T> |
Combines a SPARQL element with a row wise mapping to Java objects
Note: You can use ElementSubQuery in cases where you need to map query output
|
| MappedElementUtils |
Copyright © 2015. All rights reserved.