Class

it.agilelab.bigdata.wasp.repository.postgres

WaspPostgresDBImpl

Related Doc: package postgres

Permalink

class WaspPostgresDBImpl extends WaspPostgresDB with JsonSupport

Linear Supertypes
JsonSupport, BatchJobJsonSupport, DataStoreConfJsonSupport, DefaultJsonProtocol, AdditionalFormats, ProductFormats, ProductFormatsInstances, CollectionFormats, StandardFormats, BasicFormats, SprayJsonSupport, WaspPostgresDB, PostgresDBHelper, Logging, ConnectionInfoProvider, ConnectionSupport, WaspDB, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WaspPostgresDBImpl
  2. JsonSupport
  3. BatchJobJsonSupport
  4. DataStoreConfJsonSupport
  5. DefaultJsonProtocol
  6. AdditionalFormats
  7. ProductFormats
  8. ProductFormatsInstances
  9. CollectionFormats
  10. StandardFormats
  11. BasicFormats
  12. SprayJsonSupport
  13. WaspPostgresDB
  14. PostgresDBHelper
  15. Logging
  16. ConnectionInfoProvider
  17. ConnectionSupport
  18. WaspDB
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WaspPostgresDBImpl(pgDBConf: PostgresDBConfigModel)

    Permalink

Type Members

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

    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
    BasicFormats
  5. implicit object BigIntJsonFormat extends JsonFormat[BigInt]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AdditionalFormats
  13. implicit object LongJsonFormat extends JsonFormat[Long]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CollectionFormats
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. implicit lazy val batchETLFormat: RootJsonFormat[BatchETL]

    Permalink
    Definition Classes
    JsonSupport
  23. implicit lazy val batchETLGdprModelFormat: RootJsonFormat[BatchGdprETLModel]

    Permalink
    Definition Classes
    JsonSupport
  24. implicit lazy val batchETLModelFormat: RootJsonFormat[BatchETLModel]

    Permalink
    Definition Classes
    JsonSupport
  25. implicit lazy val batchJobExclusionConfig: RootJsonFormat[BatchJobExclusionConfig]

    Permalink
    Definition Classes
    JsonSupport
  26. implicit lazy val batchJobInstanceModelFormat: RootJsonFormat[BatchJobInstanceModel]

    Permalink
    Definition Classes
    JsonSupport
  27. implicit lazy val batchJobModelFormat: RootJsonFormat[BatchJobModel]

    Permalink
    Definition Classes
    JsonSupport
  28. implicit lazy val batchSchedulerModelFormat: RootJsonFormat[BatchSchedulerModel]

    Permalink
    Definition Classes
    JsonSupport
  29. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def close(): Unit

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB → WaspDB
  31. def closePool(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  32. implicit lazy val compilerConfigModelFormat: RootJsonFormat[CompilerConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  33. implicit lazy val completionModelFormat: RootJsonFormat[CompletionModel]

    Permalink
    Definition Classes
    JsonSupport
  34. implicit lazy val connectionConfigFormat: RootJsonFormat[ConnectionConfig]

    Permalink
    Definition Classes
    JsonSupport
  35. def convertToJson(json: JsValue): PGobject

    Permalink
    Definition Classes
    PostgresDBHelper
  36. implicit lazy val countEntryFormat: RootJsonFormat[CountEntry]

    Permalink
    Definition Classes
    JsonSupport
  37. implicit lazy val countsFormat: RootJsonFormat[Counts]

    Permalink
    Definition Classes
    JsonSupport
  38. def createBatchETLFormat(implicit batchETLModelFormat: RootJsonFormat[BatchETLModel], batchGdprETLModelFormat: RootJsonFormat[BatchGdprETLModel]): RootJsonFormat[BatchETL]

    Permalink
    Definition Classes
    BatchJobJsonSupport
  39. def createDataStoreConfFormat: RootJsonFormat[DataStoreConf]

    Permalink
    Definition Classes
    DataStoreConfJsonSupport
  40. def createTable()(implicit tableDefinition: TableDefinition[_, _]): Unit

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  41. implicit lazy val dashboardModelFormat: RootJsonFormat[DashboardModel]

    Permalink
    Definition Classes
    JsonSupport
  42. implicit lazy val dataStoreConfFormat: RootJsonFormat[DataStoreConf]

    Permalink
    Definition Classes
    JsonSupport
  43. implicit lazy val datastoreDTOFormat: RootJsonFormat[DatastoreModelDTO]

    Permalink
    Definition Classes
    JsonSupport
  44. implicit lazy val datastoreProductFormat: RootJsonFormat[DatastoreProduct]

    Permalink
    Definition Classes
    JsonSupport
  45. def delete(table: String, whereCondition: Option[Array[(String, Any)]] = None): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  46. def deleteByPrimaryKey[T, K](primaryKey: K)(implicit tableDefinition: TableDefinition[T, K]): Unit

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  47. implicit lazy val documentModelFormat: RootJsonFormat[DocumentModel]

    Permalink
    Definition Classes
    JsonSupport
  48. def dropTable(table: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  49. implicit def eitherFormat[A, B](implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]]

    Permalink
    Definition Classes
    StandardFormats
  50. implicit lazy val elasticConfigModelFormat: RootJsonFormat[ElasticConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  51. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. implicit lazy val errorDTOFormat: RootJsonFormat[ErrorDTO]

    Permalink
    Definition Classes
    JsonSupport
  54. implicit lazy val errorModelFormat: RootJsonFormat[ErrorModel]

    Permalink
    Definition Classes
    JsonSupport
  55. implicit lazy val etlModelFormat: RootJsonFormat[LegacyStreamingETLModel]

    Permalink
    Definition Classes
    JsonSupport
  56. implicit lazy val etlStructuredModelFormat: RootJsonFormat[StructuredStreamingETLModel]

    Permalink
    Definition Classes
    JsonSupport
  57. implicit lazy val eventEntryFormat: RootJsonFormat[EventEntry]

    Permalink
    Definition Classes
    JsonSupport
  58. implicit lazy val eventsFormat: RootJsonFormat[Events]

    Permalink
    Definition Classes
    JsonSupport
  59. def execute(updates: String*): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  60. def extractFieldNames(classManifest: ClassManifest[_]): Array[String]

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  62. implicit lazy val flowNifiDTOFormat: RootJsonFormat[FlowNifiDTO]

    Permalink
    Definition Classes
    JsonSupport
  63. implicit lazy val freeCodeDTOFormat: RootJsonFormat[FreeCodeDTO]

    Permalink
    Definition Classes
    JsonSupport
  64. implicit lazy val freeCodeFormat: RootJsonFormat[FreeCode]

    Permalink
    Definition Classes
    JsonSupport
  65. implicit lazy val freeCodeModelFormat: RootJsonFormat[FreeCodeModel]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  67. def getAll[T, K]()(implicit tableDefinition: TableDefinition[T, K]): Seq[T]

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  68. def getBy[T, K](condition: Array[(String, Any)], sortCondition: Option[String] = None, limit: Option[Int] = None)(implicit tableDefinition: TableDefinition[T, K]): Seq[T]

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  69. def getByPrimaryKey[T, K](primaryKey: K)(implicit tableDefinition: TableDefinition[T, K]): Option[T]

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  70. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  71. def getConnection(): Connection

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  72. def getDriver: String

    Permalink
    Attributes
    protected
    Definition Classes
    WaspPostgresDBImplConnectionInfoProvider
  73. def getPassword: String

    Permalink
    Attributes
    protected
    Definition Classes
    WaspPostgresDBImplConnectionInfoProvider
  74. def getPoolSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    WaspPostgresDBImplConnectionInfoProvider
  75. def getUrl: String

    Permalink
    Attributes
    protected
    Definition Classes
    WaspPostgresDBImplConnectionInfoProvider
  76. def getUser: String

    Permalink
    Attributes
    protected
    Definition Classes
    WaspPostgresDBImplConnectionInfoProvider
  77. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  78. implicit lazy val hbaseConfigModelConfigFormat: RootJsonFormat[HBaseConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  79. implicit lazy val hbaseEntryConfigModelConfigFormat: RootJsonFormat[HBaseEntryConfig]

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

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

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

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

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

    Permalink
    Definition Classes
    CollectionFormats
  85. implicit lazy val indexModelDTOFormat: RootJsonFormat[IndexModelDTO]

    Permalink
    Definition Classes
    JsonSupport
  86. implicit lazy val indexModelFormat: RootJsonFormat[IndexModel]

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

    Permalink
    Definition Classes
    CollectionFormats
  88. def insert[T, K](obj: T)(implicit tableDefinition: TableDefinition[T, K]): Unit

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  89. def insert[T](table: String, obj: T)(mapper: (T) ⇒ Array[(String, Any)]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  90. def insertIfNotExists[T, K](obj: T)(implicit table: TableDefinition[T, K]): Unit

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  91. def insertReturning[T, K, R](obj: T, columnResult: Array[String], mapperResultSet: (ResultSet) ⇒ R)(implicit table: TableDefinition[T, K]): Seq[R]

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  92. def insertReturning[T, R](table: String, obj: T, columnsResult: Array[String])(mapperFromModel: (T) ⇒ Array[(String, Any)], mapperFromResultSet: (ResultSet) ⇒ R): Seq[R]

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  93. implicit lazy val instant: RootJsonFormat[Instant]

    Permalink
    Definition Classes
    JsonSupport
  94. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    CollectionFormats
  96. implicit lazy val jObjectFormat: RootJsonFormat[JObject]

    Permalink
    Definition Classes
    JsonSupport
  97. implicit lazy val jdbcConfigModelFormat: RootJsonFormat[JdbcConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  98. implicit lazy val jdbcConnectionConfigFormat: RootJsonFormat[JdbcConnectionConfig]

    Permalink
    Definition Classes
    JsonSupport
  99. implicit lazy val jdbcPartitioningInfoFormat: RootJsonFormat[JdbcPartitioningInfo]

    Permalink
    Definition Classes
    JsonSupport
  100. implicit lazy val jmxTelemetryTopicConfigModel: RootJsonFormat[JMXTelemetryConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  101. implicit lazy val jobStatusFormat: RootJsonFormat[JobStatus]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProductFormatsInstances
  117. 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: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  118. 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: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  119. 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: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  120. 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: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5]): RootJsonFormat[T]

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

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

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

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

    Permalink
    Definition Classes
    ProductFormatsInstances
  125. def jsonFormat0[T](construct: () ⇒ T): RootJsonFormat[T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProductFormatsInstances
  148. implicit lazy val kafkaConfigModelFormat: RootJsonFormat[KafkaConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  149. implicit lazy val kafkaEntryConfigModelFormat: RootJsonFormat[KafkaEntryConfig]

    Permalink
    Definition Classes
    JsonSupport
  150. implicit lazy val keyValueModelFormat: RootJsonFormat[KeyValueModel]

    Permalink
    Definition Classes
    JsonSupport
  151. implicit lazy val keyValueOptionModelFormat: RootJsonFormat[KeyValueOption]

    Permalink
    Definition Classes
    JsonSupport
  152. implicit lazy val kryoSerializerConfigFormat: RootJsonFormat[KryoSerializerConfig]

    Permalink
    Definition Classes
    JsonSupport
  153. implicit lazy val kvModelDTOFormat: RootJsonFormat[KeyValueModelDTO]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CollectionFormats
  161. implicit lazy val logEntryFormat: RootJsonFormat[LogEntry]

    Permalink
    Definition Classes
    JsonSupport
  162. val logger: WaspLogger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  163. implicit lazy val logsFormat: RootJsonFormat[Logs]

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

    Permalink
    Definition Classes
    CollectionFormats
  165. implicit lazy val metricEntryFormat: RootJsonFormat[MetricEntry]

    Permalink
    Definition Classes
    JsonSupport
  166. implicit lazy val metricsFormat: RootJsonFormat[Metrics]

    Permalink
    Definition Classes
    JsonSupport
  167. implicit lazy val mlModelOnlyInfoFormat: RootJsonFormat[MlModelOnlyInfo]

    Permalink
    Definition Classes
    JsonSupport
  168. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  169. implicit lazy val nifiConfigModelFormat: RootJsonFormat[NifiConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  170. implicit lazy val nifiEditorFormat: RootJsonFormat[NifiStatelessInstanceModel]

    Permalink
    Definition Classes
    JsonSupport
  171. implicit lazy val nifiStatelessConfigModelFormat: RootJsonFormat[NifiStatelessConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  172. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    StandardFormats
  175. implicit lazy val pipegraphDTOFormat: RootJsonFormat[PipegraphDTO]

    Permalink
    Definition Classes
    JsonSupport
  176. implicit lazy val pipegraphInstanceModelFormat: RootJsonFormat[PipegraphInstanceModel]

    Permalink
    Definition Classes
    JsonSupport
  177. implicit lazy val pipegraphModelFormat: RootJsonFormat[PipegraphModel]

    Permalink
    Definition Classes
    JsonSupport
  178. implicit lazy val pipegraphStatusFormat: RootJsonFormat[PipegraphStatus]

    Permalink
    Definition Classes
    JsonSupport
  179. implicit lazy val processGroupModelFormat: RootJsonFormat[ProcessGroupModel]

    Permalink
    Definition Classes
    JsonSupport
  180. implicit lazy val processGroupResponseFormat: RootJsonFormat[ProcessGroupResponse]

    Permalink
    Definition Classes
    JsonSupport
  181. implicit lazy val producerModelFormat: RootJsonFormat[ProducerModel]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  183. implicit lazy val rTModelFormat: RootJsonFormat[RTModel]

    Permalink
    Definition Classes
    JsonSupport
  184. implicit lazy val rawModelDTOFormat: RootJsonFormat[RawModelDTO]

    Permalink
    Definition Classes
    JsonSupport
  185. implicit lazy val rawModelFormat: RootJsonFormat[RawModel]

    Permalink
    Definition Classes
    JsonSupport
  186. implicit lazy val rawModelSetupDTOFormat: RootJsonFormat[RawModelSetupDTO]

    Permalink
    Definition Classes
    JsonSupport
  187. implicit lazy val rawOptionModelFormat: RootJsonFormat[RawOptions]

    Permalink
    Definition Classes
    JsonSupport
  188. implicit lazy val readerModelDTOFormat: RootJsonFormat[ReaderModelDTO]

    Permalink
    Definition Classes
    JsonSupport
  189. implicit lazy val readerModelFormat: RootJsonFormat[ReaderModel]

    Permalink
    Definition Classes
    JsonSupport
  190. implicit lazy val retainedConfigModelFormat: RootJsonFormat[RetainedConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  191. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]

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

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

    Permalink
    Definition Classes
    AdditionalFormats
  194. implicit lazy val schedulingStrategyConfigModelFormat: RootJsonFormat[SchedulingStrategyConfigModel]

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

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

    Permalink
    Definition Classes
    CollectionFormats
  197. implicit lazy val solrConfigModelFormat: RootJsonFormat[SolrConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  198. implicit lazy val sourceEntryFormat: RootJsonFormat[SourceEntry]

    Permalink
    Definition Classes
    JsonSupport
  199. implicit lazy val sourcesFormat: RootJsonFormat[Sources]

    Permalink
    Definition Classes
    JsonSupport
  200. implicit lazy val sparkBatchConfigModelFormat: RootJsonFormat[SparkBatchConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  201. implicit lazy val sparkDriverConfigFormat: RootJsonFormat[SparkDriverConfig]

    Permalink
    Definition Classes
    JsonSupport
  202. implicit lazy val sparkEntryConfigModelConfigFormat: RootJsonFormat[SparkEntryConfig]

    Permalink
    Definition Classes
    JsonSupport
  203. implicit lazy val sparkStreamingConfigModelFormat: RootJsonFormat[SparkStreamingConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  204. implicit def sprayJsValueByteStringUnmarshaller[T]: FromByteStringUnmarshaller[JsValue]

    Permalink
    Definition Classes
    SprayJsonSupport
  205. implicit def sprayJsValueMarshaller(implicit printer: JsonPrinter): ToEntityMarshaller[JsValue]

    Permalink
    Definition Classes
    SprayJsonSupport
  206. implicit def sprayJsValueUnmarshaller: FromEntityUnmarshaller[JsValue]

    Permalink
    Definition Classes
    SprayJsonSupport
  207. implicit def sprayJsonByteStringUnmarshaller[T](implicit reader: RootJsonReader[T]): FromByteStringUnmarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  208. implicit def sprayJsonMarshaller[T](implicit writer: RootJsonWriter[T], printer: JsonPrinter): ToEntityMarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  209. implicit def sprayJsonMarshallerConverter[T](writer: RootJsonWriter[T])(implicit printer: JsonPrinter): ToEntityMarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  210. implicit def sprayJsonSourceReader[T](implicit reader: RootJsonReader[T], support: EntityStreamingSupport): FromEntityUnmarshaller[Source[T, NotUsed]]

    Permalink
    Definition Classes
    SprayJsonSupport
  211. implicit def sprayJsonUnmarshaller[T](implicit reader: RootJsonReader[T]): FromEntityUnmarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  212. implicit def sprayJsonUnmarshallerConverter[T](reader: RootJsonReader[T]): FromEntityUnmarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  213. implicit lazy val sqlSourceModelFormat: RootJsonFormat[SqlSourceModel]

    Permalink
    Definition Classes
    JsonSupport
  214. implicit lazy val strategyClassDTOFormat: RootJsonFormat[StrategyClassDTO]

    Permalink
    Definition Classes
    JsonSupport
  215. implicit lazy val strategyDTOFormat: RootJsonFormat[StrategyDTO]

    Permalink
    Definition Classes
    JsonSupport
  216. implicit lazy val strategyModelFormat: RootJsonFormat[StrategyModel]

    Permalink
    Definition Classes
    JsonSupport
  217. implicit lazy val streamingReaderModelFormat: RootJsonFormat[StreamingReaderModel]

    Permalink
    Definition Classes
    JsonSupport
  218. implicit lazy val structuredStreamingETLDTOFormat: RootJsonFormat[StructuredStreamingETLDTO]

    Permalink
    Definition Classes
    JsonSupport
  219. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  220. implicit lazy val telemetryConfigModel: RootJsonFormat[TelemetryConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  221. implicit lazy val telemetryPointFormat: RootJsonFormat[TelemetryPoint]

    Permalink
    Definition Classes
    JsonSupport
  222. implicit lazy val telemetrySeriesFormat: RootJsonFormat[TelemetrySeries]

    Permalink
    Definition Classes
    JsonSupport
  223. implicit lazy val telemetryTopicConfigModel: RootJsonFormat[TelemetryTopicConfigModel]

    Permalink
    Definition Classes
    JsonSupport
  224. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  225. implicit lazy val topicDatastoreModel: RootJsonFormat[DatastoreModel[TopicCategory]]

    Permalink
    Definition Classes
    JsonSupport
  226. implicit lazy val topicModelDTOFormat: RootJsonFormat[TopicModelDTO]

    Permalink
    Definition Classes
    JsonSupport
  227. implicit def tuple1Format[A](implicit arg0: JF[A]): JF[(A)]

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

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

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

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

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

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

    Permalink
    Definition Classes
    StandardFormats
  234. implicit lazy val typesafeConfigFormat: RootJsonFormat[Config]

    Permalink
    Definition Classes
    JsonSupport
  235. def updateBy[T](table: String, obj: T, whereCondition: Array[(String, Any)])(mapper: (T) ⇒ Array[(String, Any)]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  236. def updateByPrimaryKey[T, K](obj: T)(implicit tableDefinition: TableDefinition[T, K]): Unit

    Permalink
    Definition Classes
    WaspPostgresDBImplWaspPostgresDB
  237. def upsert[T, K](obj: T)(implicit table: TableDefinition[T, K]): Unit

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

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

    Permalink
    Definition Classes
    CollectionFormats
  240. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  243. implicit lazy val websocketModelFormat: RootJsonFormat[WebsocketModel]

    Permalink
    Definition Classes
    JsonSupport
  244. implicit lazy val writerModelDTOFormat: RootJsonFormat[WriterModelDTO]

    Permalink
    Definition Classes
    JsonSupport
  245. implicit lazy val writerModelFormat: RootJsonFormat[WriterModel]

    Permalink
    Definition Classes
    JsonSupport
  246. implicit lazy val zookeeperConnectionFormat: RootJsonFormat[ZookeeperConnectionsConfig]

    Permalink
    Definition Classes
    JsonSupport

Inherited from JsonSupport

Inherited from BatchJobJsonSupport

Inherited from DataStoreConfJsonSupport

Inherited from DefaultJsonProtocol

Inherited from AdditionalFormats

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from CollectionFormats

Inherited from StandardFormats

Inherited from BasicFormats

Inherited from SprayJsonSupport

Inherited from WaspPostgresDB

Inherited from PostgresDBHelper

Inherited from Logging

Inherited from ConnectionInfoProvider

Inherited from ConnectionSupport

Inherited from WaspDB

Inherited from AnyRef

Inherited from Any

Ungrouped