class WaspPostgresDBImpl extends WaspPostgresDB with JsonSupport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WaspPostgresDBImpl
- JsonSupport
- BatchJobJsonSupport
- DataStoreConfJsonSupport
- DefaultJsonProtocol
- AdditionalFormats
- ProductFormats
- ProductFormatsInstances
- CollectionFormats
- StandardFormats
- BasicFormats
- SprayJsonSupport
- WaspPostgresDB
- PostgresDBHelper
- Logging
- ConnectionInfoProvider
- ConnectionSupport
- WaspDB
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WaspPostgresDBImpl(pgDBConf: PostgresDBConfigModel)
Type Members
-
class
OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]
- Definition Classes
- StandardFormats
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
arrayFormat[T](implicit arg0: JsonFormat[T], arg1: ClassManifest[T]): RootJsonFormat[Array[T]] { def write(array: Array[T]): spray.json.JsArray }
- Definition Classes
- CollectionFormats
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
lazy val
batchETLFormat: RootJsonFormat[BatchETL]
- Definition Classes
- JsonSupport
-
implicit
lazy val
batchETLGdprModelFormat: RootJsonFormat[BatchGdprETLModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
batchETLModelFormat: RootJsonFormat[BatchETLModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
batchJobExclusionConfig: RootJsonFormat[BatchJobExclusionConfig]
- Definition Classes
- JsonSupport
-
implicit
lazy val
batchJobInstanceModelFormat: RootJsonFormat[BatchJobInstanceModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
batchJobModelFormat: RootJsonFormat[BatchJobModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
batchSchedulerModelFormat: RootJsonFormat[BatchSchedulerModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
cdcModelFormat: RootJsonFormat[CdcModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
cdcOptionModelFormat: RootJsonFormat[CdcOptions]
- Definition Classes
- JsonSupport
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
close(): Unit
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB → WaspDB
-
def
closePool(): Unit
- Attributes
- protected
- Definition Classes
- ConnectionSupport
-
implicit
lazy val
compilerConfigModelFormat: RootJsonFormat[CompilerConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
completionModelFormat: RootJsonFormat[CompletionModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
connectionConfigFormat: RootJsonFormat[ConnectionConfig]
- Definition Classes
- JsonSupport
-
def
convertToJson(json: JsValue): PGobject
- Definition Classes
- PostgresDBHelper
-
implicit
lazy val
countEntryFormat: RootJsonFormat[CountEntry]
- Definition Classes
- JsonSupport
-
implicit
lazy val
countsFormat: RootJsonFormat[Counts]
- Definition Classes
- JsonSupport
-
def
createBatchETLFormat(implicit batchETLModelFormat: RootJsonFormat[BatchETLModel], batchGdprETLModelFormat: RootJsonFormat[BatchGdprETLModel]): RootJsonFormat[BatchETL]
- Definition Classes
- BatchJobJsonSupport
-
def
createDataStoreConfFormat: RootJsonFormat[DataStoreConf]
- Definition Classes
- DataStoreConfJsonSupport
-
def
createTable()(implicit tableDefinition: TableDefinition[_, _]): Unit
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
implicit
lazy val
dashboardModelFormat: RootJsonFormat[DashboardModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
dataStoreConfFormat: RootJsonFormat[DataStoreConf]
- Definition Classes
- JsonSupport
-
implicit
lazy val
datastoreDTOFormat: RootJsonFormat[DatastoreModelDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
datastoreProductFormat: RootJsonFormat[DatastoreProduct]
- Definition Classes
- JsonSupport
-
def
delete(table: String, whereCondition: Option[Array[(String, Any)]] = None): Unit
- Attributes
- protected
- Definition Classes
- PostgresDBHelper
-
def
deleteByPrimaryKey[T, K](primaryKey: K)(implicit tableDefinition: TableDefinition[T, K]): Unit
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
implicit
lazy val
documentModelFormat: RootJsonFormat[DocumentModel]
- Definition Classes
- JsonSupport
-
def
dropTable(table: String): Unit
- Attributes
- protected
- Definition Classes
- PostgresDBHelper
-
implicit
def
eitherFormat[A, B](implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]]
- Definition Classes
- StandardFormats
-
implicit
lazy val
elasticConfigModelFormat: RootJsonFormat[ElasticConfigModel]
- Definition Classes
- JsonSupport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
lazy val
errorDTOFormat: RootJsonFormat[ErrorDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
errorModelFormat: RootJsonFormat[ErrorModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
etlStructuredModelFormat: RootJsonFormat[StructuredStreamingETLModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
eventEntryFormat: RootJsonFormat[EventEntry]
- Definition Classes
- JsonSupport
-
implicit
lazy val
eventsFormat: RootJsonFormat[Events]
- Definition Classes
- JsonSupport
-
def
execute(updates: String*): Unit
- Attributes
- protected
- Definition Classes
- PostgresDBHelper
-
def
extractFieldNames(classManifest: ClassManifest[_]): Array[String]
- Attributes
- protected
- Definition Classes
- ProductFormats
-
implicit
lazy val
flowNifiDTOFormat: RootJsonFormat[FlowNifiDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
freeCodeDTOFormat: RootJsonFormat[FreeCodeDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
freeCodeFormat: RootJsonFormat[FreeCode]
- Definition Classes
- JsonSupport
-
implicit
lazy val
freeCodeModelFormat: RootJsonFormat[FreeCodeModel]
- Definition Classes
- JsonSupport
-
def
fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T
- Attributes
- protected
- Definition Classes
- ProductFormats
-
implicit
lazy val
genericModelFormat: RootJsonFormat[GenericModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
genericOptionModelFormat: RootJsonFormat[GenericOptions]
- Definition Classes
- JsonSupport
-
implicit
lazy val
genericProductFormat: RootJsonFormat[GenericProduct]
- Definition Classes
- JsonSupport
-
def
getAll[T, K]()(implicit tableDefinition: TableDefinition[T, K]): Seq[T]
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
def
getBy[T, K](condition: Array[(String, Any)], sortCondition: Option[String] = None, limit: Option[Int] = None)(implicit tableDefinition: TableDefinition[T, K]): Seq[T]
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
def
getByPrimaryKey[T, K](primaryKey: K)(implicit tableDefinition: TableDefinition[T, K]): Option[T]
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getConnection(): Connection
- Attributes
- protected
- Definition Classes
- ConnectionSupport
-
def
getDriver: String
- Attributes
- protected
- Definition Classes
- WaspPostgresDBImpl → ConnectionInfoProvider
-
def
getPassword: String
- Attributes
- protected
- Definition Classes
- WaspPostgresDBImpl → ConnectionInfoProvider
-
def
getPoolSize: Int
- Attributes
- protected
- Definition Classes
- WaspPostgresDBImpl → ConnectionInfoProvider
-
def
getUrl: String
- Attributes
- protected
- Definition Classes
- WaspPostgresDBImpl → ConnectionInfoProvider
-
def
getUser: String
- Attributes
- protected
- Definition Classes
- WaspPostgresDBImpl → ConnectionInfoProvider
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
lazy val
hbaseConfigModelConfigFormat: RootJsonFormat[HBaseConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
hbaseEntryConfigModelConfigFormat: RootJsonFormat[HBaseEntryConfig]
- Definition Classes
- JsonSupport
-
implicit
lazy val
httpCompressionFormat: JsonFormat[HttpCompression]
- Definition Classes
- JsonSupport
-
implicit
lazy val
httpModelFormat: RootJsonFormat[HttpModel]
- Definition Classes
- JsonSupport
-
implicit
def
immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immIterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immLinearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immSetFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
- Definition Classes
- CollectionFormats
-
implicit
lazy val
indexModelDTOFormat: RootJsonFormat[IndexModelDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
indexModelFormat: RootJsonFormat[IndexModel]
- Definition Classes
- JsonSupport
-
implicit
def
indexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
- Definition Classes
- CollectionFormats
-
def
insert[T, K](obj: T)(implicit tableDefinition: TableDefinition[T, K]): Unit
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
def
insert[T](table: String, obj: T)(mapper: (T) ⇒ Array[(String, Any)]): Unit
- Attributes
- protected
- Definition Classes
- PostgresDBHelper
-
def
insertIfNotExists[T, K](obj: T)(implicit table: TableDefinition[T, K]): Unit
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
def
insertReturning[T, K, R](obj: T, columnResult: Array[String], mapperResultSet: (ResultSet) ⇒ R)(implicit table: TableDefinition[T, K]): Seq[R]
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
def
insertReturning[T, R](table: String, obj: T, columnsResult: Array[String])(mapperFromModel: (T) ⇒ Array[(String, Any)], mapperFromResultSet: (ResultSet) ⇒ R): Seq[R]
- Attributes
- protected
- Definition Classes
- PostgresDBHelper
-
implicit
lazy val
instant: RootJsonFormat[Instant]
- Definition Classes
- JsonSupport
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
iterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
- Definition Classes
- CollectionFormats
-
implicit
lazy val
jObjectFormat: RootJsonFormat[JObject]
- Definition Classes
- JsonSupport
-
implicit
lazy val
jdbcConfigModelFormat: RootJsonFormat[JdbcConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
jdbcConnectionConfigFormat: RootJsonFormat[JdbcConnectionConfig]
- Definition Classes
- JsonSupport
-
implicit
lazy val
jdbcPartitioningInfoFormat: RootJsonFormat[JdbcPartitioningInfo]
- Definition Classes
- JsonSupport
-
implicit
lazy val
jmxTelemetryTopicConfigModel: RootJsonFormat[JMXTelemetryConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
jobStatusFormat: RootJsonFormat[JobStatus]
- Definition Classes
- JsonSupport
-
def
jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]
- Definition Classes
- AdditionalFormats
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: JF[P1], arg1: JF[P2]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: JF[P1]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat0[T](construct: () ⇒ T): RootJsonFormat[T]
- Definition Classes
- ProductFormats
-
def
jsonFormat1[P1, T <: Product](construct: (P1) ⇒ T)(implicit arg0: JF[P1], arg1: ClassManifest[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat2[P1, P2, T <: Product](construct: (P1, P2) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: ClassManifest[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
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]
- Definition Classes
- ProductFormatsInstances
-
implicit
lazy val
kafkaConfigModelFormat: RootJsonFormat[KafkaConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
kafkaEntryConfigModelFormat: RootJsonFormat[KafkaEntryConfig]
- Definition Classes
- JsonSupport
-
implicit
lazy val
keyValueModelFormat: RootJsonFormat[KeyValueModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
keyValueOptionModelFormat: RootJsonFormat[KeyValueOption]
- Definition Classes
- JsonSupport
-
implicit
lazy val
kryoSerializerConfigFormat: RootJsonFormat[KryoSerializerConfig]
- Definition Classes
- JsonSupport
-
implicit
lazy val
kvModelDTOFormat: RootJsonFormat[KeyValueModelDTO]
- Definition Classes
- JsonSupport
-
def
lazyFormat[T](format: ⇒ JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }
- Definition Classes
- AdditionalFormats
-
def
lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }
- Definition Classes
- AdditionalFormats
-
implicit
def
linearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
listFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[List[T]] { def write(list: List[T]): spray.json.JsArray }
- Definition Classes
- CollectionFormats
-
implicit
lazy val
logEntryFormat: RootJsonFormat[LogEntry]
- Definition Classes
- JsonSupport
-
val
logger: WaspLogger
- Attributes
- protected
- Definition Classes
- Logging
-
implicit
lazy val
logsFormat: RootJsonFormat[Logs]
- Definition Classes
- JsonSupport
-
implicit
def
mapFormat[K, V](implicit arg0: JsonFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]] { def write(m: Map[K,V]): spray.json.JsObject }
- Definition Classes
- CollectionFormats
-
implicit
lazy val
metricEntryFormat: RootJsonFormat[MetricEntry]
- Definition Classes
- JsonSupport
-
implicit
lazy val
metricsFormat: RootJsonFormat[Metrics]
- Definition Classes
- JsonSupport
-
implicit
lazy val
mlModelOnlyInfoFormat: RootJsonFormat[MlModelOnlyInfo]
- Definition Classes
- JsonSupport
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
lazy val
nifiConfigModelFormat: RootJsonFormat[NifiConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
nifiEditorFormat: RootJsonFormat[NifiStatelessInstanceModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
nifiStatelessConfigModelFormat: RootJsonFormat[NifiStatelessConfigModel]
- Definition Classes
- JsonSupport
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
def
optionFormat[T](implicit arg0: JF[T]): JF[Option[T]]
- Definition Classes
- StandardFormats
-
implicit
lazy val
pipegraphDTOFormat: RootJsonFormat[PipegraphDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
pipegraphInstanceModelFormat: RootJsonFormat[PipegraphInstanceModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
pipegraphModelFormat: RootJsonFormat[PipegraphModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
pipegraphStatusFormat: RootJsonFormat[PipegraphStatus]
- Definition Classes
- JsonSupport
-
implicit
lazy val
processGroupModelFormat: RootJsonFormat[ProcessGroupModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
processGroupResponseFormat: RootJsonFormat[ProcessGroupResponse]
- Definition Classes
- JsonSupport
-
implicit
lazy val
producerModelFormat: RootJsonFormat[ProducerModel]
- Definition Classes
- JsonSupport
-
def
productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[JsField])(implicit writer: JsonWriter[T]): List[JsField]
- Attributes
- protected
- Definition Classes
- ProductFormats
-
implicit
lazy val
rTModelFormat: RootJsonFormat[RTModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
rawModelDTOFormat: RootJsonFormat[RawModelDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
rawModelFormat: RootJsonFormat[RawModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
rawModelSetupDTOFormat: RootJsonFormat[RawModelSetupDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
rawOptionModelFormat: RootJsonFormat[RawOptions]
- Definition Classes
- JsonSupport
-
implicit
lazy val
readerModelDTOFormat: RootJsonFormat[ReaderModelDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
readerModelFormat: RootJsonFormat[ReaderModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
restEnrichmentConfigModel: RootJsonFormat[RestEnrichmentConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
restEnrichmentSourceFormat: RootJsonFormat[RestEnrichmentSource]
- Definition Classes
- JsonSupport
-
implicit
lazy val
retainedConfigModelFormat: RootJsonFormat[RetainedConfigModel]
- Definition Classes
- JsonSupport
-
def
rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]
- Definition Classes
- AdditionalFormats
-
implicit
lazy val
schedulingStrategyConfigModelFormat: RootJsonFormat[SchedulingStrategyConfigModel]
- Definition Classes
- JsonSupport
-
implicit
def
seqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
setFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
- Definition Classes
- CollectionFormats
-
implicit
lazy val
solrConfigModelFormat: RootJsonFormat[SolrConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
sourceEntryFormat: RootJsonFormat[SourceEntry]
- Definition Classes
- JsonSupport
-
implicit
lazy val
sourcesFormat: RootJsonFormat[Sources]
- Definition Classes
- JsonSupport
-
implicit
lazy val
sparkBatchConfigModelFormat: RootJsonFormat[SparkBatchConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
sparkDriverConfigFormat: RootJsonFormat[SparkDriverConfig]
- Definition Classes
- JsonSupport
-
implicit
lazy val
sparkEntryConfigModelConfigFormat: RootJsonFormat[SparkEntryConfig]
- Definition Classes
- JsonSupport
-
implicit
lazy val
sparkStreamingConfigModelFormat: RootJsonFormat[SparkStreamingConfigModel]
- Definition Classes
- JsonSupport
-
implicit
def
sprayJsValueByteStringUnmarshaller[T]: FromByteStringUnmarshaller[JsValue]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsValueMarshaller(implicit printer: JsonPrinter): ToEntityMarshaller[JsValue]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsValueUnmarshaller: FromEntityUnmarshaller[JsValue]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsonByteStringUnmarshaller[T](implicit reader: RootJsonReader[T]): FromByteStringUnmarshaller[T]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsonMarshaller[T](implicit writer: RootJsonWriter[T], printer: JsonPrinter): ToEntityMarshaller[T]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsonMarshallerConverter[T](writer: RootJsonWriter[T])(implicit printer: JsonPrinter): ToEntityMarshaller[T]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsonSourceReader[T](implicit reader: RootJsonReader[T], support: EntityStreamingSupport): FromEntityUnmarshaller[Source[T, NotUsed]]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsonUnmarshaller[T](implicit reader: RootJsonReader[T]): FromEntityUnmarshaller[T]
- Definition Classes
- SprayJsonSupport
-
implicit
def
sprayJsonUnmarshallerConverter[T](reader: RootJsonReader[T]): FromEntityUnmarshaller[T]
- Definition Classes
- SprayJsonSupport
-
implicit
lazy val
sqlSourceModelFormat: RootJsonFormat[SqlSourceModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
strategyClassDTOFormat: RootJsonFormat[StrategyClassDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
strategyDTOFormat: RootJsonFormat[StrategyDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
strategyModelFormat: RootJsonFormat[StrategyModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
streamingReaderModelFormat: RootJsonFormat[StreamingReaderModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
structuredStreamingETLDTOFormat: RootJsonFormat[StructuredStreamingETLDTO]
- Definition Classes
- JsonSupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
lazy val
telemetryConfigModel: RootJsonFormat[TelemetryConfigModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
telemetryPointFormat: RootJsonFormat[TelemetryPoint]
- Definition Classes
- JsonSupport
-
implicit
lazy val
telemetrySeriesFormat: RootJsonFormat[TelemetrySeries]
- Definition Classes
- JsonSupport
-
implicit
lazy val
telemetryTopicConfigModel: RootJsonFormat[TelemetryTopicConfigModel]
- Definition Classes
- JsonSupport
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
lazy val
topicDatastoreModel: RootJsonFormat[DatastoreModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
topicModelDTOFormat: RootJsonFormat[TopicModelDTO]
- Definition Classes
- JsonSupport
-
implicit
def
tuple1Format[A](implicit arg0: JF[A]): JF[(A)]
- Definition Classes
- StandardFormats
-
implicit
def
tuple2Format[A, B](implicit arg0: JF[A], arg1: JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }
- Definition Classes
- StandardFormats
-
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 }
- Definition Classes
- StandardFormats
-
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 }
- Definition Classes
- StandardFormats
-
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 }
- Definition Classes
- StandardFormats
-
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 }
- Definition Classes
- StandardFormats
-
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 }
- Definition Classes
- StandardFormats
-
implicit
lazy val
typesafeConfigFormat: RootJsonFormat[Config]
- Definition Classes
- JsonSupport
-
def
updateBy[T](table: String, obj: T, whereCondition: Array[(String, Any)])(mapper: (T) ⇒ Array[(String, Any)]): Unit
- Attributes
- protected
- Definition Classes
- PostgresDBHelper
-
def
updateByPrimaryKey[T, K](obj: T)(implicit tableDefinition: TableDefinition[T, K]): Unit
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
def
upsert[T, K](obj: T)(implicit table: TableDefinition[T, K]): Unit
- Definition Classes
- WaspPostgresDBImpl → WaspPostgresDB
-
implicit
def
vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]
- Definition Classes
- CollectionFormats
-
def
viaSeq[I <: Iterable[T], T](f: (Seq[T]) ⇒ I)(implicit arg0: JsonFormat[T]): RootJsonFormat[I]
- Definition Classes
- CollectionFormats
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
implicit
lazy val
websocketModelFormat: RootJsonFormat[WebsocketModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
writerModelDTOFormat: RootJsonFormat[WriterModelDTO]
- Definition Classes
- JsonSupport
-
implicit
lazy val
writerModelFormat: RootJsonFormat[WriterModel]
- Definition Classes
- JsonSupport
-
implicit
lazy val
zookeeperConnectionFormat: RootJsonFormat[ZookeeperConnectionsConfig]
- Definition Classes
- JsonSupport
-
implicit
object
BigDecimalJsonFormat extends JsonFormat[BigDecimal]
- Definition Classes
- BasicFormats
-
implicit
object
BigIntJsonFormat extends JsonFormat[BigInt]
- Definition Classes
- BasicFormats
-
implicit
object
BooleanJsonFormat extends JsonFormat[Boolean]
- Definition Classes
- BasicFormats
-
implicit
object
ByteJsonFormat extends JsonFormat[Byte]
- Definition Classes
- BasicFormats
-
implicit
object
CharJsonFormat extends JsonFormat[Char]
- Definition Classes
- BasicFormats
-
implicit
object
DoubleJsonFormat extends JsonFormat[Double]
- Definition Classes
- BasicFormats
-
implicit
object
FloatJsonFormat extends JsonFormat[Float]
- Definition Classes
- BasicFormats
-
implicit
object
IntJsonFormat extends JsonFormat[Int]
- Definition Classes
- BasicFormats
-
implicit
object
JsValueFormat extends JsonFormat[JsValue]
- Definition Classes
- AdditionalFormats
-
implicit
object
LongJsonFormat extends JsonFormat[Long]
- Definition Classes
- BasicFormats
-
implicit
object
RootJsArrayFormat extends RootJsonFormat[JsArray]
- Definition Classes
- AdditionalFormats
-
implicit
object
RootJsObjectFormat extends RootJsonFormat[JsObject]
- Definition Classes
- AdditionalFormats
-
implicit
object
ShortJsonFormat extends JsonFormat[Short]
- Definition Classes
- BasicFormats
-
implicit
object
StringJsonFormat extends JsonFormat[String]
- Definition Classes
- BasicFormats
-
implicit
object
SymbolJsonFormat extends JsonFormat[Symbol]
- Definition Classes
- BasicFormats
-
implicit
object
UnitJsonFormat extends JsonFormat[Unit]
- Definition Classes
- BasicFormats
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.