Package

com.snowplowanalytics.snowplow.analytics.scalasdk

json

Permalink

package json

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BooleanFormatException extends IllegalArgumentException

    Permalink
  2. type TsvToJsonConverter = (String, String) ⇒ Validated[TsvConverterOutput]

    Permalink

    Functions used to change a TSV pair to a JObject Usually returns single key-value pair, but for JSON fields, such as contexts returns all contained key-value pairs

  3. type Validated[+A] = Either[List[String], A]

    Permalink
  4. type ValidatedEvent = Either[List[String], String]

    Permalink

    The event as a shredded, stringified JSON on Success, or a strings on Failure.

  5. type ValidatedEventWithInventory = Either[List[String], EventWithInventory]

    Permalink

    The event as a shredded, stringified JSON with inventory on Success, or a strings on Failure.

Value Members

  1. object Data

    Permalink

    Common data types for enriched event

  2. object EventTransformer

    Permalink

    TSV to JSON

  3. object JsonShredder

    Permalink

    Converts unstructured events and custom contexts to a format which the Elasticsearch mapper can understand

Inherited from AnyRef

Inherited from Any

Ungrouped