Packages

p

ai.agnos.sparql

mapper

package mapper

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultSolutionMapper extends SolutionMapper[QuerySolution]

    Default mapper doesn't map query solutions.

    Default mapper doesn't map query solutions. It returns unmodified solutions.

  2. class DelegatingSolutionMapper[T] extends SolutionMapper[T]

    A helper mapper that delegates mapping to a specified function.

  3. 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.

  4. 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.

  5. class StringSolutionMapper extends SolutionMapper[String]

    Extracts a string value from a query solution object.

Value Members

  1. object DefaultSolutionMapper
  2. object DelegatingSolutionMapper
  3. object SparqlClientJsonProtocol extends SprayJsonSupport with DefaultJsonProtocol with PredefinedFromEntityUnmarshallers with PredefinedFromStringUnmarshallers

    Json protocol which relies on spray's Json library.

Ungrouped