FormUrlCodec

com.augustnagro.formurlcodec.FormUrlCodec$
See theFormUrlCodec companion trait
object FormUrlCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object BooleanCodec extends FormUrlCodec[Boolean]

Attributes

Supertypes
trait FormUrlCodec[Boolean]
class Object
trait Matchable
class Any
Self type
object ByteCodec extends FormUrlCodec[Byte]

Attributes

Supertypes
trait FormUrlCodec[Byte]
class Object
trait Matchable
class Any
Self type
ByteCodec.type
object CharCodec extends FormUrlCodec[Char]

Attributes

Supertypes
trait FormUrlCodec[Char]
class Object
trait Matchable
class Any
Self type
CharCodec.type
object DoubleCodec extends FormUrlCodec[Double]

Attributes

Supertypes
trait FormUrlCodec[Double]
class Object
trait Matchable
class Any
Self type
object IntCodec extends FormUrlCodec[Int]

Attributes

Supertypes
trait FormUrlCodec[Int]
class Object
trait Matchable
class Any
Self type
IntCodec.type
object LongCodec extends FormUrlCodec[Long]

Attributes

Supertypes
trait FormUrlCodec[Long]
class Object
trait Matchable
class Any
Self type
LongCodec.type
object ShortCodec extends FormUrlCodec[Short]

Attributes

Supertypes
trait FormUrlCodec[Short]
class Object
trait Matchable
class Any
Self type
ShortCodec.type
object StringCodec extends FormUrlCodec[String]

Attributes

Supertypes
trait FormUrlCodec[String]
class Object
trait Matchable
class Any
Self type
object UUIDCodec extends FormUrlCodec[UUID]

Attributes

Supertypes
trait FormUrlCodec[UUID]
class Object
trait Matchable
class Any
Self type
UUIDCodec.type

Value members

Concrete methods

def decodeRaw(s: String): Vector[(String, String)]
def encodeRaw(kv: (Any, Any)*): String

Givens

Givens

given ByteCodec: ByteCodec.type
given CharCodec: CharCodec.type
given DoubleCodec: DoubleCodec.type
given IntCodec: IntCodec.type
given LongCodec: LongCodec.type
given OptionCodec[A](using aCodec: FormUrlCodec[A]): OptionCodec[A]
given ShortCodec: ShortCodec.type
given StringCodec: StringCodec.type
given UUIDCodec: UUIDCodec.type
inline given derived[A](using m: Of[A]): FormUrlCodec[A]