PermissiveDecoder

io.lemonlabs.uri.decoding.PermissiveDecoder
case class PermissiveDecoder(child: UriDecoder) extends UriDecoder

Attributes

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

Members list

Concise view

Value members

Concrete methods

def decode(s: String): String
def decodeBytes(s: String, charset: String): Array[Byte]

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