UUIDEncoderDecoder

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

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
def supportsStringDecoding: Boolean

Attributes

Inherited from:
ColumnDecoder