AvroJsonSupport

fr.davit.pekko.http.scaladsl.marshallers.avro.AvroJsonSupport
See theAvroJsonSupport companion object

Attributes

Companion
object
Source
AvroSupport.scala
Graph
Supertypes
Known subtypes
object AvroJsonSupport.type

Members list

Value members

Concrete methods

override def genericDecoder(schema: Schema): AvroDecoder[GenericRecord]

Attributes

Definition Classes
Source
AvroSupport.scala
override def genericEncoder(schema: Schema): AvroEncoder[GenericRecord]

Attributes

Definition Classes
Source
AvroSupport.scala
override def reflectDecoder[T : ClassTag]: AvroDecoder[T]

Attributes

Definition Classes
Source
AvroSupport.scala
override def reflectEncoder[T : ClassTag]: AvroEncoder[T]

Attributes

Definition Classes
Source
AvroSupport.scala
override def specificDecoder[T <: SpecificRecord : ClassTag]: AvroDecoder[T]

Attributes

Definition Classes
Source
AvroSupport.scala
override def specificEncoder[T <: SpecificRecord : ClassTag]: AvroEncoder[T]

Attributes

Definition Classes
Source
AvroSupport.scala

Inherited methods

override def avroGenericMarshaller(schema: Schema): ToEntityMarshaller[GenericRecord]

Attributes

Definition Classes
Inherited from:
AvroProtocolGenericSupport
Source
AvroSupport.scala
override def avroGenericUnmarshaller(schema: Schema): FromEntityUnmarshaller[GenericRecord]

Attributes

Definition Classes
Inherited from:
AvroProtocolGenericSupport
Source
AvroSupport.scala

Implicits

Inherited implicits

implicit override def avroSpecificMarshaller[T <: SpecificRecord : ClassTag]: ToEntityMarshaller[T]

Attributes

Definition Classes
Inherited from:
AvroProtocolSpecificSupport
Source
AvroSupport.scala
implicit override def avroSpecificUnmarshaller[T <: SpecificRecord : ClassTag]: FromEntityUnmarshaller[T]

Attributes

Definition Classes
Inherited from:
AvroProtocolSpecificSupport
Source
AvroSupport.scala