EncodeCharAs

io.lemonlabs.uri.encoding.EncodeCharAs
case class EncodeCharAs(ch: Char, as: String) extends UriEncoder

Date: 28/08/2013 Time: 21:07

Attributes

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

Members list

Concise view

Value members

Concrete methods

def encodeChar(x: Char): String
def shouldEncode(x: Char): Boolean

Inherited methods

Attributes

Inherited from:
UriEncoder
def encode(bytes: Array[Byte], charset: String): String

Attributes

Inherited from:
UriEncoder
def encode(s: String, charset: String): String

Attributes

Inherited from:
UriEncoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product