com
.
dispalt
.
vitess
.
quill
VitessDecoder
Related Doc:
package quill
trait
VitessDecoder
extends
AnyRef
Self Type
VitessContext
[_]
Linear Supertypes
AnyRef
,
Any
Known Subclasses
VitessContext
Ordering
Alphabetic
By Inheritance
Inherited
VitessDecoder
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
Decoder
[
T
]
=
VitessContext.VDecoder
[
T
]
case class
VDecoder
[
T
]
(
decoder:
VitessContext.BaseDecoder
[
T
]
)
extends
VitessContext.BaseDecoder
[
T
] with
Product
with
Serializable
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
implicit
val
bigDecimalDecoder
:
VitessContext.Decoder
[
BigDecimal
]
implicit
val
booleanDecoder
:
VitessContext.Decoder
[
Boolean
]
implicit
val
byteArrayDecoder
:
VitessContext.Decoder
[
Array
[
Byte
]]
implicit
val
byteDecoder
:
VitessContext.Decoder
[
Byte
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
val
dateDecoder
:
VitessContext.Decoder
[
Date
]
def
decoder
[
T
]
:
VitessContext.Decoder
[
T
]
def
decoder
[
T
]
(
d:
VitessContext.BaseDecoder
[
T
]
)
:
VitessContext.Decoder
[
T
]
implicit
val
doubleDecoder
:
VitessContext.Decoder
[
Double
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
implicit
val
floatDecoder
:
VitessContext.Decoder
[
Float
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
val
intDecoder
:
VitessContext.Decoder
[
Int
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
implicit
val
localDateDecoder
:
VitessContext.Decoder
[
LocalDate
]
implicit
val
longDecoder
:
VitessContext.Decoder
[
Long
]
implicit
def
mappedDecoder
[
I
,
O
]
(
implicit
mapped:
VitessContext.MappedEncoding
[
I
,
O
]
,
decoder:
VitessContext.Decoder
[
I
]
)
:
VitessContext.Decoder
[
O
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
implicit
def
optionDecoder
[
T
]
(
implicit
d:
VitessContext.Decoder
[
T
]
)
:
VitessContext.Decoder
[
Option
[
T
]]
implicit
val
shortDecoder
:
VitessContext.Decoder
[
Short
]
implicit
val
stringDecoder
:
VitessContext.Decoder
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
typedDecoder
[
T
]
(
f:
PartialFunction
[
Any
,
T
]
)
(
implicit
arg0:
ClassTag
[
T
]
)
:
VitessContext.Decoder
[
T
]
implicit
val
uuidDecoder
:
VitessContext.Decoder
[
UUID
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped