Object/Trait

sjsonnew

BasicJsonProtocol

Related Docs: trait BasicJsonProtocol | package sjsonnew

Permalink

object BasicJsonProtocol extends BasicJsonProtocol

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicJsonProtocol
  2. BasicJsonProtocol
  3. ImplicitHashWriters
  4. CalendarFormats
  5. JavaExtraFormats
  6. JavaPrimitiveFormats
  7. IsoFormats
  8. FlatUnionFormats
  9. UnionFormats
  10. AdditionalFormats
  11. CollectionFormats
  12. TupleFormats
  13. StandardFormats
  14. PrimitiveFormats
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class OptionFormat[A] extends JsonFormat[Option[A]]

    Permalink
    Definition Classes
    StandardFormats

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BigDecimalJsonFormat extends JsonFormat[BigDecimal]

    Permalink
    Definition Classes
    PrimitiveFormats
  5. implicit val BigDecimalJsonKeyFormat: JsonKeyFormat[BigDecimal]

    Permalink
    Definition Classes
    PrimitiveFormats
  6. implicit object BigIntJsonFormat extends JsonFormat[BigInt]

    Permalink
    Definition Classes
    PrimitiveFormats
  7. implicit val BigIntJsonKeyFormat: JsonKeyFormat[BigInt]

    Permalink
    Definition Classes
    PrimitiveFormats
  8. implicit object BooleanJsonFormat extends JsonFormat[Boolean]

    Permalink
    Definition Classes
    PrimitiveFormats
  9. implicit val BooleanJsonKeyFormat: JsonKeyFormat[Unit]

    Permalink
    Definition Classes
    PrimitiveFormats
  10. implicit object ByteJsonFormat extends JsonFormat[Byte]

    Permalink
    Definition Classes
    PrimitiveFormats
  11. implicit val ByteJsonKeyFormat: JsonKeyFormat[Byte]

    Permalink
    Definition Classes
    PrimitiveFormats
  12. implicit object CharJsonFormat extends JsonFormat[Char]

    Permalink
    Definition Classes
    PrimitiveFormats
  13. implicit val CharJsonKeyFormat: JsonKeyFormat[Char]

    Permalink
    Definition Classes
    PrimitiveFormats
  14. implicit object DoubleJsonFormat extends JsonFormat[Double]

    Permalink
    Definition Classes
    PrimitiveFormats
  15. implicit val DoubleJsonKeyFormat: JsonKeyFormat[Double]

    Permalink
    Definition Classes
    PrimitiveFormats
  16. implicit object FloatJsonFormat extends JsonFormat[Float]

    Permalink
    Definition Classes
    PrimitiveFormats
  17. implicit val FloatJsonKeyFormat: JsonKeyFormat[Float]

    Permalink
    Definition Classes
    PrimitiveFormats
  18. implicit object IntJsonFormat extends JsonFormat[Int]

    Permalink
    Definition Classes
    PrimitiveFormats
  19. implicit val IntJsonKeyFormat: JsonKeyFormat[Int]

    Permalink
    Definition Classes
    PrimitiveFormats
  20. implicit lazy val JBooleanJsonFormat: JsonFormat[Boolean]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  21. implicit val JBooleanJsonKeyFormat: JsonKeyFormat[Boolean]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  22. implicit lazy val JByteJsonFormat: JsonFormat[Byte]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  23. implicit val JByteJsonKeyFormat: JsonKeyFormat[Byte]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  24. implicit lazy val JCharacterJsonFormat: JsonFormat[Character]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  25. implicit val JCharacterJsonKeyFormat: JsonKeyFormat[Character]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  26. implicit lazy val JDoubleJsonFormat: JsonFormat[Double]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  27. implicit val JDoubleJsonKeyFormat: JsonKeyFormat[Double]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  28. implicit lazy val JFloatJsonFormat: JsonFormat[Float]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  29. implicit val JFloatJsonKeyFormat: JsonKeyFormat[Float]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  30. implicit lazy val JIntegerJsonFormat: JsonFormat[Integer]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  31. implicit val JIntegerJsonKeyFormat: JsonKeyFormat[Integer]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  32. implicit lazy val JLongJsonFormat: JsonFormat[Long]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  33. implicit val JLongJsonKeyFormat: JsonKeyFormat[Long]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  34. implicit lazy val JShortJsonFormat: JsonFormat[Short]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  35. implicit val JShortJsonKeyFormat: JsonKeyFormat[Short]

    Permalink
    Definition Classes
    JavaPrimitiveFormats
  36. implicit object LongJsonFormat extends JsonFormat[Long]

    Permalink
    Definition Classes
    PrimitiveFormats
  37. implicit val LongJsonKeyFormat: JsonKeyFormat[Long]

    Permalink
    Definition Classes
    PrimitiveFormats
  38. implicit object ShortJsonFormat extends JsonFormat[Short]

    Permalink
    Definition Classes
    PrimitiveFormats
  39. implicit val ShortJsonKeyFormat: JsonKeyFormat[Short]

    Permalink
    Definition Classes
    PrimitiveFormats
  40. implicit object StringJsonFormat extends JsonFormat[String]

    Permalink
    Definition Classes
    PrimitiveFormats
  41. implicit val StringJsonKeyFormat: JsonKeyFormat[String]

    Permalink
    Definition Classes
    PrimitiveFormats
  42. implicit object SymbolJsonFormat extends JsonFormat[Symbol]

    Permalink
    Definition Classes
    PrimitiveFormats
  43. implicit val SymbolJsonKeyFormat: JsonKeyFormat[Symbol]

    Permalink
    Definition Classes
    PrimitiveFormats
  44. implicit object UnitJsonFormat extends JsonFormat[Unit]

    Permalink
    Definition Classes
    PrimitiveFormats
  45. implicit val UnitJsonKeyFormat: JsonKeyFormat[Unit]

    Permalink
    Definition Classes
    PrimitiveFormats
  46. implicit def arrayFormat[A](implicit arg0: JsonFormat[A], arg1: ClassManifest[A]): RootJsonFormat[Array[A]]

    Permalink

    Supplies the JsonFormat for Arrays.

    Supplies the JsonFormat for Arrays.

    Definition Classes
    CollectionFormats
  47. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  48. def asSingleton[A](a: A): JsonFormat[A]

    Permalink

    A JsonFormat that doesn't write and always return this instance of a.

    A JsonFormat that doesn't write and always return this instance of a.

    Definition Classes
    AdditionalFormats
  49. implicit val calendarStringIso: IsoString[Calendar]

    Permalink
    Definition Classes
    CalendarFormats
  50. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. implicit def eitherFormat[A, B](implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]] { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    StandardFormats
  52. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  54. implicit val fileStringIso: IsoString[File]

    Permalink
    Definition Classes
    JavaExtraFormats
  55. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. def flatUnionFormat1[U, A1](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1]): JF[U]

    Permalink

    *BEWARE*: A1 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  57. def flatUnionFormat1[U, A1](implicit arg0: JF[A1], arg1: Manifest[A1]): JF[U]

    Permalink

    *BEWARE*: A1 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  58. def flatUnionFormat10[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  59. def flatUnionFormat10[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  60. def flatUnionFormat11[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  61. def flatUnionFormat11[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  62. def flatUnionFormat12[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  63. def flatUnionFormat12[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  64. def flatUnionFormat13[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  65. def flatUnionFormat13[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  66. def flatUnionFormat14[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  67. def flatUnionFormat14[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  68. def flatUnionFormat15[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  69. def flatUnionFormat15[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  70. def flatUnionFormat16[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  71. def flatUnionFormat16[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  72. def flatUnionFormat17[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  73. def flatUnionFormat17[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  74. def flatUnionFormat18[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  75. def flatUnionFormat18[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  76. def flatUnionFormat19[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  77. def flatUnionFormat19[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  78. def flatUnionFormat2[U, A1, A2](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2]): JF[U]

    Permalink

    *BEWARE*: A1, A2 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  79. def flatUnionFormat2[U, A1, A2](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2]): JF[U]

    Permalink

    *BEWARE*: A1, A2 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  80. def flatUnionFormat20[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  81. def flatUnionFormat20[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  82. def flatUnionFormat21[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20], arg40: JF[A21], arg41: Manifest[A21]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  83. def flatUnionFormat21[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20], arg40: JF[A21], arg41: Manifest[A21]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  84. def flatUnionFormat22[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20], arg40: JF[A21], arg41: Manifest[A21], arg42: JF[A22], arg43: Manifest[A22]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  85. def flatUnionFormat22[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20], arg40: JF[A21], arg41: Manifest[A21], arg42: JF[A22], arg43: Manifest[A22]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  86. def flatUnionFormat3[U, A1, A2, A3](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  87. def flatUnionFormat3[U, A1, A2, A3](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  88. def flatUnionFormat4[U, A1, A2, A3, A4](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  89. def flatUnionFormat4[U, A1, A2, A3, A4](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  90. def flatUnionFormat5[U, A1, A2, A3, A4, A5](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  91. def flatUnionFormat5[U, A1, A2, A3, A4, A5](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  92. def flatUnionFormat6[U, A1, A2, A3, A4, A5, A6](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  93. def flatUnionFormat6[U, A1, A2, A3, A4, A5, A6](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  94. def flatUnionFormat7[U, A1, A2, A3, A4, A5, A6, A7](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  95. def flatUnionFormat7[U, A1, A2, A3, A4, A5, A6, A7](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  96. def flatUnionFormat8[U, A1, A2, A3, A4, A5, A6, A7, A8](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  97. def flatUnionFormat8[U, A1, A2, A3, A4, A5, A6, A7, A8](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  98. def flatUnionFormat9[U, A1, A2, A3, A4, A5, A6, A7, A8, A9](typeFieldName: String)(implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  99. def flatUnionFormat9[U, A1, A2, A3, A4, A5, A6, A7, A8, A9](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9 must be a concrete leaf type, and not an interface.

    Definition Classes
    FlatUnionFormats
  100. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  101. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  102. implicit def immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

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

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

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

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

    Permalink
    Definition Classes
    CollectionFormats
  107. implicit def implicitHashWriter[A](implicit jsonWriter: JsonWriter[A]): HashWriter[A]

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

    Permalink
    Definition Classes
    CollectionFormats
  109. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  110. implicit def isoStringFormat[A](implicit arg0: IsoString[A]): JsonFormat[A]

    Permalink
    Definition Classes
    IsoFormats
  111. implicit def isoStringKeyFormat[A](implicit z: IsoString[A]): JsonKeyFormat[A]

    Permalink
    Definition Classes
    IsoFormats
  112. implicit def isolistFormat[A](implicit arg0: IsoLList[A]): JsonFormat[A]

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

    Permalink
    Definition Classes
    CollectionFormats
  114. implicit val javaBigDecimalFormat: JF[BigDecimal]

    Permalink
    Definition Classes
    JavaExtraFormats
  115. implicit val javaBigIntegerFormat: JF[BigInteger]

    Permalink
    Definition Classes
    JavaExtraFormats
  116. def jsonFormat[A](reader: JsonReader[A], writer: JsonWriter[A]): JsonFormat[A]

    Permalink

    Constructs a JsonFormat from its two parts, JsonReader and JsonWriter.

    Constructs a JsonFormat from its two parts, JsonReader and JsonWriter.

    Definition Classes
    AdditionalFormats
  117. def lazyFormat[A](format: ⇒ JsonFormat[A]): JsonFormat[A] { lazy val delegate: sjsonnew.JsonFormat[A] }

    Permalink

    Lazy wrapper around serialization.

    Lazy wrapper around serialization. Useful when you want to serialize (mutually) recursive structures.

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

    Permalink

    Turns a RootJsonReader into a RootJsonFormat that throws an UnsupportedOperationException for writes.

    Turns a RootJsonReader into a RootJsonFormat that throws an UnsupportedOperationException for writes.

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

    Permalink

    Turns a JsonReader into a JsonFormat that throws an UnsupportedOperationException for writes.

    Turns a JsonReader into a JsonFormat that throws an UnsupportedOperationException for writes.

    Definition Classes
    AdditionalFormats
  120. def lift[A](writer: RootJsonWriter[A]): RootJsonFormat[A]

    Permalink

    Turns a RootJsonWriter into a RootJsonFormat that throws an UnsupportedOperationException for reads.

    Turns a RootJsonWriter into a RootJsonFormat that throws an UnsupportedOperationException for reads.

    Definition Classes
    AdditionalFormats
  121. def lift[A](writer: JsonWriter[A]): JsonFormat[A]

    Permalink

    Turns a JsonWriter into a JsonFormat that throws an UnsupportedOperationException for reads.

    Turns a JsonWriter into a JsonFormat that throws an UnsupportedOperationException for reads.

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

    Permalink
    Definition Classes
    CollectionFormats
  123. implicit def listFormat[A](implicit arg0: JsonFormat[A]): RootJsonFormat[List[A]]

    Permalink

    Supplies the JsonFormat for Lists.

    Supplies the JsonFormat for Lists.

    Definition Classes
    CollectionFormats
  124. implicit def mapFormat[K, V](implicit arg0: JsonKeyFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]]

    Permalink

    Supplies the JsonFormat for Maps.

    Supplies the JsonFormat for Maps.

    Definition Classes
    CollectionFormats
  125. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  126. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  127. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  128. implicit def optionFormat[A](implicit arg0: JF[A]): JF[Option[A]]

    Permalink
    Definition Classes
    StandardFormats
  129. def project[T, U](f1: (T) ⇒ U, f2: (U) ⇒ T)(implicit fu: JsonFormat[U]): JsonFormat[T]

    Permalink

    A JsonFormat that can read and write an instance of T by using a JsonFormat for U.

    A JsonFormat that can read and write an instance of T by using a JsonFormat for U.

    Definition Classes
    AdditionalFormats
  130. def rootFormat[A](format: JsonFormat[A]): RootJsonFormat[A]

    Permalink

    Explicitly turns a JsonFormat into a RootJsonFormat.

    Explicitly turns a JsonFormat into a RootJsonFormat.

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

    Permalink

    Constructs a RootJsonFormat from its two parts, RootJsonReader and RootJsonWriter.

    Constructs a RootJsonFormat from its two parts, RootJsonReader and RootJsonWriter.

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

    Permalink

    Wraps an existing JsonReader with Exception protection.

    Wraps an existing JsonReader with Exception protection.

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

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

    Permalink
    Definition Classes
    CollectionFormats
  135. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  136. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  137. implicit def tuple10Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]

    Permalink
    Definition Classes
    TupleFormats
  138. implicit def tuple11Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]

    Permalink
    Definition Classes
    TupleFormats
  139. implicit def tuple12Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]

    Permalink
    Definition Classes
    TupleFormats
  140. implicit def tuple13Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]

    Permalink
    Definition Classes
    TupleFormats
  141. implicit def tuple14Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]

    Permalink
    Definition Classes
    TupleFormats
  142. implicit def tuple15Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]

    Permalink
    Definition Classes
    TupleFormats
  143. implicit def tuple16Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15], arg15: JF[A16]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]

    Permalink
    Definition Classes
    TupleFormats
  144. implicit def tuple17Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15], arg15: JF[A16], arg16: JF[A17]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]

    Permalink
    Definition Classes
    TupleFormats
  145. implicit def tuple18Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15], arg15: JF[A16], arg16: JF[A17], arg17: JF[A18]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]

    Permalink
    Definition Classes
    TupleFormats
  146. implicit def tuple19Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15], arg15: JF[A16], arg16: JF[A17], arg17: JF[A18], arg18: JF[A19]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]

    Permalink
    Definition Classes
    TupleFormats
  147. implicit def tuple1Format[A1](implicit arg0: JF[A1]): JF[(A1)]

    Permalink
    Definition Classes
    TupleFormats
  148. implicit def tuple20Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15], arg15: JF[A16], arg16: JF[A17], arg17: JF[A18], arg18: JF[A19], arg19: JF[A20]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]

    Permalink
    Definition Classes
    TupleFormats
  149. implicit def tuple21Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15], arg15: JF[A16], arg16: JF[A17], arg17: JF[A18], arg18: JF[A19], arg19: JF[A20], arg20: JF[A21]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]

    Permalink
    Definition Classes
    TupleFormats
  150. implicit def tuple22Format[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9], arg9: JF[A10], arg10: JF[A11], arg11: JF[A12], arg12: JF[A13], arg13: JF[A14], arg14: JF[A15], arg15: JF[A16], arg16: JF[A17], arg17: JF[A18], arg18: JF[A19], arg19: JF[A20], arg20: JF[A21], arg21: JF[A22]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)]

    Permalink
    Definition Classes
    TupleFormats
  151. implicit def tuple2Format[A1, A2](implicit arg0: JF[A1], arg1: JF[A2]): JF[(A1, A2)]

    Permalink
    Definition Classes
    TupleFormats
  152. implicit def tuple3Format[A1, A2, A3](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3]): JF[(A1, A2, A3)]

    Permalink
    Definition Classes
    TupleFormats
  153. implicit def tuple4Format[A1, A2, A3, A4](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4]): JF[(A1, A2, A3, A4)]

    Permalink
    Definition Classes
    TupleFormats
  154. implicit def tuple5Format[A1, A2, A3, A4, A5](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5]): JF[(A1, A2, A3, A4, A5)]

    Permalink
    Definition Classes
    TupleFormats
  155. implicit def tuple6Format[A1, A2, A3, A4, A5, A6](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6]): JF[(A1, A2, A3, A4, A5, A6)]

    Permalink
    Definition Classes
    TupleFormats
  156. implicit def tuple7Format[A1, A2, A3, A4, A5, A6, A7](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7]): JF[(A1, A2, A3, A4, A5, A6, A7)]

    Permalink
    Definition Classes
    TupleFormats
  157. implicit def tuple8Format[A1, A2, A3, A4, A5, A6, A7, A8](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8]): JF[(A1, A2, A3, A4, A5, A6, A7, A8)]

    Permalink
    Definition Classes
    TupleFormats
  158. implicit def tuple9Format[A1, A2, A3, A4, A5, A6, A7, A8, A9](implicit arg0: JF[A1], arg1: JF[A2], arg2: JF[A3], arg3: JF[A4], arg4: JF[A5], arg5: JF[A6], arg6: JF[A7], arg7: JF[A8], arg8: JF[A9]): JF[(A1, A2, A3, A4, A5, A6, A7, A8, A9)]

    Permalink
    Definition Classes
    TupleFormats
  159. def unionFormat1[U, A1](implicit arg0: JF[A1], arg1: Manifest[A1]): JF[U]

    Permalink

    *BEWARE*: A1 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  160. def unionFormat10[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  161. def unionFormat11[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  162. def unionFormat12[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  163. def unionFormat13[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  164. def unionFormat14[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  165. def unionFormat15[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  166. def unionFormat16[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  167. def unionFormat17[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  168. def unionFormat18[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  169. def unionFormat19[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  170. def unionFormat2[U, A1, A2](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2]): JF[U]

    Permalink

    *BEWARE*: A1, A2 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  171. def unionFormat20[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  172. def unionFormat21[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20], arg40: JF[A21], arg41: Manifest[A21]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  173. def unionFormat22[U, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9], arg18: JF[A10], arg19: Manifest[A10], arg20: JF[A11], arg21: Manifest[A11], arg22: JF[A12], arg23: Manifest[A12], arg24: JF[A13], arg25: Manifest[A13], arg26: JF[A14], arg27: Manifest[A14], arg28: JF[A15], arg29: Manifest[A15], arg30: JF[A16], arg31: Manifest[A16], arg32: JF[A17], arg33: Manifest[A17], arg34: JF[A18], arg35: Manifest[A18], arg36: JF[A19], arg37: Manifest[A19], arg38: JF[A20], arg39: Manifest[A20], arg40: JF[A21], arg41: Manifest[A21], arg42: JF[A22], arg43: Manifest[A22]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  174. def unionFormat3[U, A1, A2, A3](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  175. def unionFormat4[U, A1, A2, A3, A4](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  176. def unionFormat5[U, A1, A2, A3, A4, A5](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  177. def unionFormat6[U, A1, A2, A3, A4, A5, A6](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  178. def unionFormat7[U, A1, A2, A3, A4, A5, A6, A7](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  179. def unionFormat8[U, A1, A2, A3, A4, A5, A6, A7, A8](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  180. def unionFormat9[U, A1, A2, A3, A4, A5, A6, A7, A8, A9](implicit arg0: JF[A1], arg1: Manifest[A1], arg2: JF[A2], arg3: Manifest[A2], arg4: JF[A3], arg5: Manifest[A3], arg6: JF[A4], arg7: Manifest[A4], arg8: JF[A5], arg9: Manifest[A5], arg10: JF[A6], arg11: Manifest[A6], arg12: JF[A7], arg13: Manifest[A7], arg14: JF[A8], arg15: Manifest[A8], arg16: JF[A9], arg17: Manifest[A9]): JF[U]

    Permalink

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9 must be a concrete leaf type, and not an interface.

    *BEWARE*: A1, A2, A3, A4, A5, A6, A7, A8, A9 must be a concrete leaf type, and not an interface.

    Definition Classes
    UnionFormats
  181. implicit val uriStringIso: IsoString[URI]

    Permalink
    Definition Classes
    JavaExtraFormats
  182. implicit val urlStringIso: IsoString[URL]

    Permalink
    Definition Classes
    JavaExtraFormats
  183. implicit val uuidStringIso: IsoString[UUID]

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

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

    Permalink

    A JsonFormat construction helper that creates a JsonFormat for an Iterable type I from a builder function Seq => I.

    A JsonFormat construction helper that creates a JsonFormat for an Iterable type I from a builder function Seq => I.

    Definition Classes
    CollectionFormats
  186. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  187. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  188. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BasicJsonProtocol

Inherited from ImplicitHashWriters

Inherited from CalendarFormats

Inherited from JavaExtraFormats

Inherited from JavaPrimitiveFormats

Inherited from IsoFormats

Inherited from FlatUnionFormats

Inherited from UnionFormats

Inherited from AdditionalFormats

Inherited from CollectionFormats

Inherited from TupleFormats

Inherited from StandardFormats

Inherited from PrimitiveFormats

Inherited from AnyRef

Inherited from Any

Ungrouped