spray.json

NullOptions

trait NullOptions extends ProductFormats

This trait supplies an alternative rendering mode for optional case class members. Normally optional members that are undefined (None) are not rendered at all. By mixing in this trait into your custom JsonProtocol you can enforce the rendering of undefined members as null. (Note that this only affect JSON writing, spray-json will always read missing optional members as well as null optional members as None.)

Self Type
NullOptions with StandardFormats
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NullOptions
  2. ProductFormats
  3. ProductFormatsInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  8. def extractFieldNames(classManifest: ClassManifest[_]): Array[String]

    Attributes
    protected
    Definition Classes
    ProductFormats
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T

    Attributes
    protected
    Definition Classes
    ProductFormats
  11. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21], arg21: (NullOptions.this)#JF[P22]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  15. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  16. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  17. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  18. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  19. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  20. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  21. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  22. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  23. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  24. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  25. def jsonFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  26. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  27. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  28. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  29. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  30. def jsonFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  31. def jsonFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  32. def jsonFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  33. def jsonFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  34. def jsonFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  35. def jsonFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: (NullOptions.this)#JF[P1]): RootJsonFormat[T]

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

    Definition Classes
    ProductFormatsInstances
  37. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  38. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  39. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  40. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  41. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  42. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  43. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  44. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  45. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  46. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: ClassManifest[T]): RootJsonFormat[T]

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

    Definition Classes
    ProductFormatsInstances
  48. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  49. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21], arg21: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  50. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21], arg21: (NullOptions.this)#JF[P22], arg22: ClassManifest[T]): RootJsonFormat[T]

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

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

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

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

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

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

    Definition Classes
    ProductFormatsInstances
  57. 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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  58. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21], arg21: (NullOptions.this)#JF[P22]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  59. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  60. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  61. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  62. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  63. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  64. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  65. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  66. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  67. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  68. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  69. def jsonUnorderedFormat[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, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  70. def jsonUnorderedFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  71. def jsonUnorderedFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  72. def jsonUnorderedFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  73. def jsonUnorderedFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  74. def jsonUnorderedFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  75. def jsonUnorderedFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  76. def jsonUnorderedFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  77. def jsonUnorderedFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  78. def jsonUnorderedFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  79. def jsonUnorderedFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: (NullOptions.this)#JF[P1]): RootJsonFormat[T]

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

    Definition Classes
    ProductFormatsInstances
  81. def jsonUnorderedFormat10[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  82. def jsonUnorderedFormat11[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  83. def jsonUnorderedFormat12[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  84. def jsonUnorderedFormat13[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  85. def jsonUnorderedFormat14[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  86. def jsonUnorderedFormat15[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  87. def jsonUnorderedFormat16[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  88. def jsonUnorderedFormat17[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  89. def jsonUnorderedFormat18[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  90. def jsonUnorderedFormat19[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: ClassManifest[T]): RootJsonFormat[T]

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

    Definition Classes
    ProductFormatsInstances
  92. def jsonUnorderedFormat20[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  93. def jsonUnorderedFormat21[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21], arg21: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  94. def jsonUnorderedFormat22[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: (NullOptions.this)#JF[P1], arg1: (NullOptions.this)#JF[P2], arg2: (NullOptions.this)#JF[P3], arg3: (NullOptions.this)#JF[P4], arg4: (NullOptions.this)#JF[P5], arg5: (NullOptions.this)#JF[P6], arg6: (NullOptions.this)#JF[P7], arg7: (NullOptions.this)#JF[P8], arg8: (NullOptions.this)#JF[P9], arg9: (NullOptions.this)#JF[P10], arg10: (NullOptions.this)#JF[P11], arg11: (NullOptions.this)#JF[P12], arg12: (NullOptions.this)#JF[P13], arg13: (NullOptions.this)#JF[P14], arg14: (NullOptions.this)#JF[P15], arg15: (NullOptions.this)#JF[P16], arg16: (NullOptions.this)#JF[P17], arg17: (NullOptions.this)#JF[P18], arg18: (NullOptions.this)#JF[P19], arg19: (NullOptions.this)#JF[P20], arg20: (NullOptions.this)#JF[P21], arg21: (NullOptions.this)#JF[P22], arg22: ClassManifest[T]): RootJsonFormat[T]

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

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

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

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

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

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

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

    Definition Classes
    ProductFormatsInstances
  102. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  103. final def notify(): Unit

    Definition Classes
    AnyRef
  104. final def notifyAll(): Unit

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

    Attributes
    protected
    Definition Classes
    NullOptionsProductFormats
  106. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  107. def toString(): String

    Definition Classes
    AnyRef → Any
  108. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from AnyRef

Inherited from Any

Ungrouped