UUIDEncoderDecoder

com.github.mauricio.async.db.column.UUIDEncoderDecoder$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • ColumnDecoder
  • ColumnEncoder

Members list

Concise view

Value members

Concrete methods

override def decode(value: String): UUID

Attributes

Definition Classes

Inherited methods

def decode(kind: ColumnData, value: ByteBuf, charset: Charset): Any

Attributes

Inherited from:
ColumnDecoder
def encode(value: Any): String

Attributes

Inherited from:
ColumnEncoder

Attributes

Inherited from:
ColumnDecoder