StringAsIsCodec

object StringAsIsCodec extends AsIsCodec[String]
trait AsIsCodec[String]
trait Codec[String, String]
class Object
trait Matchable
class Any

Value members

Inherited methods

override def decode(domValue: String): String
Definition Classes
Inherited from
AsIsCodec
override def encode(scalaValue: String): String
Definition Classes
Inherited from
AsIsCodec