o

gitbucket.core.api

JsonFormat

object JsonFormat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Context(baseUrl: String, sshUrl: Option[String]) extends Product with Serializable

Value Members

  1. def apiPathSerializer(c: Context): CustomSerializer[ApiPath]
  2. def apply(obj: AnyRef)(implicit c: Context): String

    convert object to json string

  3. val jsonFormats: Formats
  4. val parserISO: DateTimeFormatter
  5. def sshPathSerializer(c: Context): CustomSerializer[SshPath]