SupportedType

sealed trait SupportedType[A]

This is used to be able to create a particular type from a json input.

It's used by the KafkaPublishService in order to shove in ProducerRecord's from user REST input

Companion:
object
class Object
trait Matchable
class Any
object BYTE_ARRAY.type
object JSON.type
object LONG.type
class RECORD
object STRING.type

Value members

Abstract methods

def of(input: Json): A