ChainedUriDecoder

io.lemonlabs.uri.decoding.ChainedUriDecoder
case class ChainedUriDecoder(decoders: Seq[UriDecoder]) 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 +(encoder: UriDecoder): ChainedUriDecoder

Attributes

Definition Classes
override def decode(data: String): String

Attributes

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

Attributes

Definition Classes

Inherited methods

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