package mapper
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
DefaultSolutionMapper extends SolutionMapper[QuerySolution]
Default mapper doesn't map query solutions.
Default mapper doesn't map query solutions. It returns unmodified solutions.
-
class
DelegatingSolutionMapper[T] extends SolutionMapper[T]
A helper mapper that delegates mapping to a specified function.
-
class
IRISolutionMapper extends SolutionMapper[IRI]
The mapper expects that a query solution has a IRI field.
The mapper expects that a query solution has a IRI field. It maps the solution to that field.
-
trait
SolutionMapper[T] extends AnyRef
Implementations should be able to extract data from a query solution and create a mandatory object.
Implementations should be able to extract data from a query solution and create a mandatory object. This may be a map of field and values or case class.
-
class
StringSolutionMapper extends SolutionMapper[String]
Extracts a string value from a query solution object.
Value Members
- object DefaultSolutionMapper
- object DelegatingSolutionMapper
-
object
SparqlClientJsonProtocol extends SprayJsonSupport with DefaultJsonProtocol with PredefinedFromEntityUnmarshallers with PredefinedFromStringUnmarshallers
Json protocol which relies on spray's Json library.