blended.mgmt.base

json

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait JsonProtocol extends DefaultJsonProtocol

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

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

    Definition Classes
    StandardFormats

Value Members

  1. implicit object BigDecimalJsonFormat extends JsonFormat[BigDecimal]

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

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

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

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

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

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

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

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

    Definition Classes
    AdditionalFormats
  10. object JsonProtocol extends JsonProtocol

  11. implicit object LongJsonFormat extends JsonFormat[Long]

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

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

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

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

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

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

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

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

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

    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 }

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

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

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

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

    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]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

    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]

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

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

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

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

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

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

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

    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 }

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

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

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

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

    Attributes
    protected
    Definition Classes
    ProductFormats
  75. implicit val responseFormat: RootJsonFormat[ContainerRegistryResponseOK]

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

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

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

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

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

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

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

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

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

    Definition Classes
    StandardFormats
  85. 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 }

    Definition Classes
    StandardFormats
  86. 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 }

    Definition Classes
    StandardFormats
  87. 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 }

    Definition Classes
    StandardFormats
  88. 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 }

    Definition Classes
    StandardFormats
  89. 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 }

    Definition Classes
    StandardFormats
  90. 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 }

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

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

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

    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