FieldEncoder

com.snowplowanalytics.snowplow.analytics.scalasdk.encode.TsvEncoder$.FieldEncoder
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

Members list

Concise view

Value members

Abstract methods

def encodeField(t: T): String