DecodeCharAs

io.lemonlabs.uri.decoding.DecodeCharAs
case class DecodeCharAs(ch: Char, as: String) extends UriDecoder

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def decode(data: String): String

Attributes

Definition Classes
override def decodeBytes(data: String, charset: String): Array[Byte]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
UriDecoder
def decodeTuple(kv: (String, Option[String])): (String, Option[String])

Attributes

Inherited from:
UriDecoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product