io.lemonlabs.uri.decoding

Members list

Concise view

Type members

Classlikes

case class ChainedUriDecoder(decoders: Seq[UriDecoder]) extends UriDecoder

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class DecodeCharAs(ch: Char, as: String) extends UriDecoder

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object NoopDecoder extends UriDecoder

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class PercentDecoder(ignoreInvalidPercentEncoding: Boolean) extends UriDecoder

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object PercentDecoder.type
case class PermissiveDecoder(child: UriDecoder) extends UriDecoder

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
class UriDecodeException(message: String) extends UriException

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
trait UriDecoder extends Product with Serializable

Attributes

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

Value members

Concrete methods

def decodeCharAs(c: Char, as: String): DecodeCharAs