de.upb.cs.swt.delphi.client.Query.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delphi-client_2.13 Show documentation
Show all versions of delphi-client_2.13 Show documentation
Core components for Delphi.
The newest version!
package de.upb.cs.swt.delphi.client
import spray.json.DefaultJsonProtocol
case class Query(query : String, limit : Option[Int] = Some(50))
object QueryJson extends DefaultJsonProtocol {
implicit val queryRequestFormat = jsonFormat2(Query)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy