Package

io.jobial.scase.marshalling.tibrv

sprayjson

Permalink

package sprayjson

Linear Supertypes
TibrvMsgSprayJsonMarshallingInstances, EitherUtils, CollectionFormats, DefaultFormats, MarshallingUtils, AdditionalFormats, StandardFormats, ProductFormats, ProductFormatsInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sprayjson
  2. TibrvMsgSprayJsonMarshallingInstances
  3. EitherUtils
  4. CollectionFormats
  5. DefaultFormats
  6. MarshallingUtils
  7. AdditionalFormats
  8. StandardFormats
  9. ProductFormats
  10. ProductFormatsInstances
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class EitherExtension[+A, +B] extends AnyRef

    Permalink
    Definition Classes
    EitherUtils
  2. class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]

    Permalink
    Definition Classes
    StandardFormats
  3. class TibrvMsgSprayJsonMarshallingTest extends AsyncFlatSpec with TibrvMsgMarshallingTestSupport with TibrvMsgSprayJsonMarshallingInstances

    Permalink
  4. implicit class TryExtension[T] extends AnyRef

    Permalink
    Definition Classes
    EitherUtils

Value Members

  1. implicit object JsValueFormat extends JsonFormat[JsValue]

    Permalink
    Definition Classes
    AdditionalFormats
  2. implicit object RootJsArrayFormat extends RootJsonFormat[JsArray]

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

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

    Permalink
    Definition Classes
    CollectionFormats
  5. implicit val boolJsFormat: spray.json.DefaultJsonProtocol.BooleanJsonFormat.type

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  6. def createThrowable(className: String, message: String): Throwable

    Permalink
    Definition Classes
    MarshallingUtils
  7. val dateTimeClassName: String

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  8. implicit val dateTimeJsFormat: JsonFormat[DateTime]

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  9. implicit val doubleJsFormat: JsonFormat[Double]

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  10. 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
  11. def extractFieldNames(tag: ClassTag[_]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  12. def fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  13. implicit def immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

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

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

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

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

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

    Permalink
    Definition Classes
    CollectionFormats
  19. implicit val intJsFormat: JsonFormat[Int]

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

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

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

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

    Permalink
    Definition Classes
    ProductFormatsInstances
  24. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  25. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  26. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  27. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  28. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  29. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  30. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  31. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  32. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  33. 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: ClassTag[T]): RootJsonFormat[T]

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

    Permalink
    Definition Classes
    ProductFormatsInstances
  35. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  36. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  37. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  38. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  39. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  40. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  41. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  42. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  43. 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: ClassTag[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  44. 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: ClassTag[T]): RootJsonFormat[T]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CollectionFormats
  52. val localDateClassName: String

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  53. implicit val localDateJsFormat: JsonFormat[LocalDate]

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  54. implicit val longJsFormat: JsonFormat[Long]

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  55. 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
  56. implicit def optionFormat[T](implicit arg0: (StandardFormats.this)#JF[T]): (StandardFormats.this)#JF[Option[T]]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  58. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]

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

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

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

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

    Permalink
    Definition Classes
    CollectionFormats
  63. implicit val stringJsFormat: spray.json.DefaultJsonProtocol.StringJsonFormat.type

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  64. implicit def throwableJsonFormat: JsonFormat[Throwable] { def write(obj: Throwable): spray.json.JsObject }

    Permalink
    Definition Classes
    DefaultFormats
  65. implicit def tibrvMsgSprayJsonMarshaller[M](implicit arg0: JsonWriter[M]): BinaryFormatMarshaller[M]

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  66. implicit def tibrvMsgSprayJsonMarshalling[T](implicit arg0: JsonFormat[T]): TibrvMsgSprayJsonMarshalling[T]

    Permalink
  67. implicit def tibrvMsgSprayJsonUnmarshaller[M](implicit arg0: JsonReader[M]): BinaryFormatUnmarshaller[M]

    Permalink
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  68. def tryIncludingFatal[T](r: ⇒ T): Try[T]

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

    Permalink
    Definition Classes
    StandardFormats
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. implicit def vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]

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

    Permalink
    Definition Classes
    CollectionFormats

Inherited from TibrvMsgSprayJsonMarshallingInstances

Inherited from EitherUtils

Inherited from CollectionFormats

Inherited from DefaultFormats

Inherited from MarshallingUtils

Inherited from AdditionalFormats

Inherited from StandardFormats

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from AnyRef

Inherited from Any

Ungrouped