MessageCodecFactory

wvlet.airframe.codec.MessageCodecFactory
See theMessageCodecFactory companion object
case class MessageCodecFactory(codecFinder: MessageCodecFinder, mapOutput: Boolean) extends MessageCodecFactoryBase with LogSupport

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def of(surface: Surface): MessageCodec[_]
def ofSurface(surface: Surface, seen: Set[Surface]): MessageCodec[_]
def withCodecs(additionalCodecs: Map[Surface, MessageCodec[_]]): MessageCodecFactory

Deprecated methods

Attributes

Deprecated
[Since version 19.11.0] use withMapOutput

Inherited methods

inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline def fromJson[A](json: String): A

Attributes

Inherited from:
MessageCodecFactoryBase
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline def of[A]: MessageCodec[A]

Attributes

Inherited from:
MessageCodecFactoryBase
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
inline def toJson[A](obj: A): String

Attributes

Inherited from:
MessageCodecFactoryBase
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods