Package

blended.mgmt.base

json

Permalink

package json

Inherits the specific JSON de-/serialization type-classes from [JsonProtocol].

Linear Supertypes
JsonProtocol, DefaultJsonProtocol, AdditionalFormats, ProductFormats, ProductFormatsInstances, CollectionFormats, StandardFormats, BasicFormats, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. JsonProtocol
  3. DefaultJsonProtocol
  4. AdditionalFormats
  5. ProductFormats
  6. ProductFormatsInstances
  7. CollectionFormats
  8. StandardFormats
  9. BasicFormats
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait JsonProtocol extends DefaultJsonProtocol

    Permalink

    Defines type-classes to de-/serialization of protocol classes.

  2. class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]

    Permalink
    Definition Classes
    StandardFormats

Value Members

  1. implicit object BigDecimalJsonFormat extends JsonFormat[BigDecimal]

    Permalink
    Definition Classes
    BasicFormats
  2. implicit object BigIntJsonFormat extends JsonFormat[BigInt]

    Permalink
    Definition Classes
    BasicFormats
  3. implicit object BooleanJsonFormat extends JsonFormat[Boolean]

    Permalink
    Definition Classes
    BasicFormats
  4. implicit object ByteJsonFormat extends JsonFormat[Byte]

    Permalink
    Definition Classes
    BasicFormats
  5. implicit object CharJsonFormat extends JsonFormat[Char]

    Permalink
    Definition Classes
    BasicFormats
  6. implicit object DoubleJsonFormat extends JsonFormat[Double]

    Permalink
    Definition Classes
    BasicFormats
  7. implicit object FloatJsonFormat extends JsonFormat[Float]

    Permalink
    Definition Classes
    BasicFormats
  8. implicit object IntJsonFormat extends JsonFormat[Int]

    Permalink
    Definition Classes
    BasicFormats
  9. implicit object JsValueFormat extends JsonFormat[JsValue]

    Permalink
    Definition Classes
    AdditionalFormats
  10. object JsonProtocol extends JsonProtocol

    Permalink
  11. implicit object LongJsonFormat extends JsonFormat[Long]

    Permalink
    Definition Classes
    BasicFormats
  12. implicit object RootJsArrayFormat extends RootJsonFormat[JsArray]

    Permalink
    Definition Classes
    AdditionalFormats
  13. implicit object RootJsObjectFormat extends RootJsonFormat[JsObject]

    Permalink
    Definition Classes
    AdditionalFormats
  14. implicit object ShortJsonFormat extends JsonFormat[Short]

    Permalink
    Definition Classes
    BasicFormats
  15. implicit object StringJsonFormat extends JsonFormat[String]

    Permalink
    Definition Classes
    BasicFormats
  16. implicit object SymbolJsonFormat extends JsonFormat[Symbol]

    Permalink
    Definition Classes
    BasicFormats
  17. implicit object UnitJsonFormat extends JsonFormat[Unit]

    Permalink
    Definition Classes
    BasicFormats
  18. implicit val activateProfileFormat: RootJsonFormat[ActivateProfile]

    Permalink
    Definition Classes
    JsonProtocol
  19. implicit val addOverlayConfigFormat: RootJsonFormat[AddOverlayConfig]

    Permalink
    Definition Classes
    JsonProtocol
  20. implicit val addRuntimeConfigFormat: RootJsonFormat[AddRuntimeConfig]

    Permalink
    Definition Classes
    JsonProtocol
  21. implicit def arrayFormat[T](implicit arg0: JsonFormat[T], arg1: ClassManifest[T]): RootJsonFormat[Array[T]] { def write(array: Array[T]): spray.json.JsArray }

    Permalink
    Definition Classes
    CollectionFormats
  22. implicit val artifactFormat: RootJsonFormat[Artifact]

    Permalink
    Definition Classes
    JsonProtocol
  23. implicit val bundleConfigFormat: RootJsonFormat[BundleConfig]

    Permalink
    Definition Classes
    JsonProtocol
  24. implicit val configFormat: RootJsonFormat[Config]

    Permalink
    Definition Classes
    JsonProtocol
  25. implicit val containerInfoFormat: RootJsonFormat[ContainerInfo]

    Permalink
    Definition Classes
    JsonProtocol
  26. implicit def eitherFormat[A, B](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B]): (StandardFormats.this)#JF[Either[A, B]]

    Permalink
    Definition Classes
    StandardFormats
  27. def extractFieldNames(classManifest: ClassManifest[_]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  28. implicit val featureConfigFormat: RootJsonFormat[FeatureConfig]

    Permalink
    Definition Classes
    JsonProtocol
  29. implicit val featureRefFormat: RootJsonFormat[FeatureRef]

    Permalink
    Definition Classes
    JsonProtocol
  30. def fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  31. implicit val generatedConfigFormat: RootJsonFormat[GeneratedConfig]

    Permalink
    Definition Classes
    JsonProtocol
  32. implicit def immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  33. implicit def immIterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]

    Permalink
    Definition Classes
    CollectionFormats
  34. implicit def immLinearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  35. implicit def immSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  36. implicit def immSetFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]

    Permalink
    Definition Classes
    CollectionFormats
  37. implicit def indexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  38. implicit def iterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]

    Permalink
    Definition Classes
    CollectionFormats
  39. def jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  40. def jsonFormat0[T](construct: () ⇒ T): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormats
  41. def jsonFormat1[P1, T <: Product](construct: (P1) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  42. def jsonFormat10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  43. def jsonFormat11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  44. def jsonFormat12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  45. def jsonFormat13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  46. def jsonFormat14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  47. def jsonFormat15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  48. def jsonFormat16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: (ProductFormatsInstances.this)#JF[P16], arg16: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  49. def jsonFormat17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: (ProductFormatsInstances.this)#JF[P16], arg16: (ProductFormatsInstances.this)#JF[P17], arg17: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  50. def jsonFormat18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: (ProductFormatsInstances.this)#JF[P16], arg16: (ProductFormatsInstances.this)#JF[P17], arg17: (ProductFormatsInstances.this)#JF[P18], arg18: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  51. def jsonFormat19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: (ProductFormatsInstances.this)#JF[P16], arg16: (ProductFormatsInstances.this)#JF[P17], arg17: (ProductFormatsInstances.this)#JF[P18], arg18: (ProductFormatsInstances.this)#JF[P19], arg19: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  52. def jsonFormat2[P1, P2, T <: Product](construct: (P1, P2) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  53. def jsonFormat20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: (ProductFormatsInstances.this)#JF[P16], arg16: (ProductFormatsInstances.this)#JF[P17], arg17: (ProductFormatsInstances.this)#JF[P18], arg18: (ProductFormatsInstances.this)#JF[P19], arg19: (ProductFormatsInstances.this)#JF[P20], arg20: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  54. def jsonFormat21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: (ProductFormatsInstances.this)#JF[P16], arg16: (ProductFormatsInstances.this)#JF[P17], arg17: (ProductFormatsInstances.this)#JF[P18], arg18: (ProductFormatsInstances.this)#JF[P19], arg19: (ProductFormatsInstances.this)#JF[P20], arg20: (ProductFormatsInstances.this)#JF[P21], arg21: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  55. def jsonFormat22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: (ProductFormatsInstances.this)#JF[P10], arg10: (ProductFormatsInstances.this)#JF[P11], arg11: (ProductFormatsInstances.this)#JF[P12], arg12: (ProductFormatsInstances.this)#JF[P13], arg13: (ProductFormatsInstances.this)#JF[P14], arg14: (ProductFormatsInstances.this)#JF[P15], arg15: (ProductFormatsInstances.this)#JF[P16], arg16: (ProductFormatsInstances.this)#JF[P17], arg17: (ProductFormatsInstances.this)#JF[P18], arg18: (ProductFormatsInstances.this)#JF[P19], arg19: (ProductFormatsInstances.this)#JF[P20], arg20: (ProductFormatsInstances.this)#JF[P21], arg21: (ProductFormatsInstances.this)#JF[P22], arg22: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  56. def jsonFormat3[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  57. def jsonFormat4[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  58. def jsonFormat5[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  59. def jsonFormat6[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  60. def jsonFormat7[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  61. def jsonFormat8[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  62. def jsonFormat9[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: (ProductFormatsInstances.this)#JF[P1], arg1: (ProductFormatsInstances.this)#JF[P2], arg2: (ProductFormatsInstances.this)#JF[P3], arg3: (ProductFormatsInstances.this)#JF[P4], arg4: (ProductFormatsInstances.this)#JF[P5], arg5: (ProductFormatsInstances.this)#JF[P6], arg6: (ProductFormatsInstances.this)#JF[P7], arg7: (ProductFormatsInstances.this)#JF[P8], arg8: (ProductFormatsInstances.this)#JF[P9], arg9: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  63. def lazyFormat[T](format: ⇒ JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }

    Permalink
    Definition Classes
    AdditionalFormats
  64. def lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  65. def lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  66. def lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  67. def lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }

    Permalink
    Definition Classes
    AdditionalFormats
  68. implicit def linearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  69. implicit def listFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[List[T]] { def write(list: List[T]): spray.json.JsArray }

    Permalink
    Definition Classes
    CollectionFormats
  70. implicit def mapFormat[K, V](implicit arg0: JsonFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]] { def write(m: Map[K,V]): spray.json.JsObject }

    Permalink
    Definition Classes
    CollectionFormats
  71. implicit def optionFormat[T](implicit arg0: (StandardFormats.this)#JF[T]): (StandardFormats.this)#JF[Option[T]]

    Permalink
    Definition Classes
    StandardFormats
  72. implicit val overlayConfigFormat: RootJsonFormat[OverlayConfig]

    Permalink
    Definition Classes
    JsonProtocol
  73. implicit val overlayRefFormat: RootJsonFormat[OverlayRef]

    Permalink
    Definition Classes
    JsonProtocol
  74. implicit val overlaySetFormat: RootJsonFormat[OverlaySet]

    Permalink
    Definition Classes
    JsonProtocol
  75. implicit val overlayStateFormat: RootJsonFormat[OverlayState]

    Permalink
    Definition Classes
    JsonProtocol
  76. def productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[JsField])(implicit writer: JsonWriter[T]): List[JsField]

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  77. implicit val profileFormat: RootJsonFormat[Profile]

    Permalink
    Definition Classes
    JsonProtocol
  78. implicit val remoteContainerState: RootJsonFormat[RemoteContainerState]

    Permalink
    Definition Classes
    JsonProtocol
  79. implicit val responseFormat: RootJsonFormat[ContainerRegistryResponseOK]

    Permalink
    Definition Classes
    JsonProtocol
  80. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  81. def rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  82. implicit val runtimeConfigFormat: RootJsonFormat[RuntimeConfig]

    Permalink
    Definition Classes
    JsonProtocol
  83. def safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]

    Permalink
    Definition Classes
    AdditionalFormats
  84. implicit def seqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  85. implicit val serviceInfoFormat: RootJsonFormat[ServiceInfo]

    Permalink
    Definition Classes
    JsonProtocol
  86. implicit def setFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]

    Permalink
    Definition Classes
    CollectionFormats
  87. implicit val stageProfileFormat: RootJsonFormat[StageProfile]

    Permalink
    Definition Classes
    JsonProtocol
  88. implicit def tuple1Format[A](implicit arg0: (StandardFormats.this)#JF[A]): (StandardFormats.this)#JF[(A)]

    Permalink
    Definition Classes
    StandardFormats
  89. implicit def tuple2Format[A, B](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  90. implicit def tuple3Format[A, B, C](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  91. implicit def tuple4Format[A, B, C, D](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  92. implicit def tuple5Format[A, B, C, D, E](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D], arg4: (StandardFormats.this)#JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  93. implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D], arg4: (StandardFormats.this)#JF[E], arg5: (StandardFormats.this)#JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  94. implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D], arg4: (StandardFormats.this)#JF[E], arg5: (StandardFormats.this)#JF[F], arg6: (StandardFormats.this)#JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  95. implicit val updateActionFormat: RootJsonFormat[UpdateAction]

    Permalink
    Definition Classes
    JsonProtocol
  96. implicit def vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]

    Permalink
    Definition Classes
    CollectionFormats
  97. def viaSeq[I <: Iterable[T], T](f: (Seq[T]) ⇒ I)(implicit arg0: JsonFormat[T]): RootJsonFormat[I]

    Permalink
    Definition Classes
    CollectionFormats

Inherited from JsonProtocol

Inherited from DefaultJsonProtocol

Inherited from AdditionalFormats

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from CollectionFormats

Inherited from StandardFormats

Inherited from BasicFormats

Inherited from AnyRef

Inherited from Any

Ungrouped