object FlatData
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlatData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def escapeArray(f: (String) ⇒ String)(array: Vector[Json]): Vector[Json]
- def escapeJson(f: (String) ⇒ String)(json: Json): Json
- def escapeObject(f: (String) ⇒ String)(obj: JsonObject): JsonObject
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatten[A](data: Json, source: SchemaList, getValue: (Json) ⇒ A, default: A): List[A]
Transform JSON to TSV, where columns order match the table
Transform JSON to TSV, where columns order match the table
- data
actual JSON data to transform
- source
state of schema, providing proper order
- getValue
function used to extract a custom type from JSON
- default
in case JsonPointer points to a missing key
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getPath[A](pointer: JsonPointer, json: Json, getValue: (Json) ⇒ A, default: A): A
Extract data from JSON payload using JsonPointer
-
def
getString(escapeString: Option[(String) ⇒ String])(json: Json): String
Example of
getValue
forflatten
.Example of
getValue
forflatten
. Makes no difference between empty string and null -
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transformBool(b: Boolean): String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()