TsvEncoder

com.snowplowanalytics.snowplow.analytics.scalasdk.encode.TsvEncoder$
object TsvEncoder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object BooleanEncoder extends FieldEncoder[Boolean]

Attributes

Graph
Supertypes
trait FieldEncoder[Boolean]
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object DoubleEncoder extends FieldEncoder[Double]

Attributes

Graph
Supertypes
trait FieldEncoder[Double]
class Object
trait Matchable
class Any
Self type
sealed trait FieldEncoder[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BooleanEncoder.type
object ContextsEncoder.type
object DoubleEncoder.type
object InstantEncoder.type
object IntEncoder.type
object StringEncoder.type
object UnstructEncoder.type
object UuidEncoder.type
object InstantEncoder extends FieldEncoder[Instant]

Attributes

Graph
Supertypes
trait FieldEncoder[Instant]
class Object
trait Matchable
class Any
Self type
object IntEncoder extends FieldEncoder[Int]

Attributes

Graph
Supertypes
trait FieldEncoder[Int]
class Object
trait Matchable
class Any
Self type
object StringEncoder extends FieldEncoder[String]

Attributes

Graph
Supertypes
trait FieldEncoder[String]
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object UuidEncoder extends FieldEncoder[UUID]

Attributes

Graph
Supertypes
trait FieldEncoder[UUID]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def encode[A](a: A)(implicit ev: FieldEncoder[A]): String
def encode[A](optA: Option[A])(implicit ev: FieldEncoder[A]): String
def encode(event: Event): String