io
.
getquill
.
context
.
jasync
Decoders
Related Doc:
package jasync
trait
Decoders
extends
AnyRef
Self Type
JAsyncContext
[_, _, _]
Linear Supertypes
AnyRef
,
Any
Known Subclasses
JAsyncContext
Ordering
Alphabetic
By Inheritance
Inherited
Decoders
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
AsyncDecoder
[
T
]
(
sqlType:
JAsyncContext.DecoderSqlType
)
(
implicit
decoder:
JAsyncContext.BaseDecoder
[
T
]
)
extends
JAsyncContext.BaseDecoder
[
T
] with
Product
with
Serializable
type
Decoder
[
T
]
=
JAsyncContext.AsyncDecoder
[
T
]
type
DecoderSqlType
=
SqlTypes.Value
trait
NumericDecoder
[
T
]
extends
JAsyncContext.BaseDecoder
[
T
]
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
:
JAsyncContext.Decoder
[
BigDecimal
]
implicit
val
booleanDecoder
:
JAsyncContext.Decoder
[
Boolean
]
implicit
val
byteArrayDecoder
:
JAsyncContext.Decoder
[
Array
[
Byte
]]
implicit
val
byteDecoder
:
JAsyncContext.Decoder
[
Byte
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
val
dateDecoder
:
JAsyncContext.Decoder
[
Date
]
implicit
val
decodeLocalDate
:
JAsyncContext.MappedEncoding
[
LocalDate
,
LocalDate
]
implicit
val
decodeLocalDateTime
:
JAsyncContext.MappedEncoding
[
LocalDateTime
,
LocalDateTime
]
implicit
val
decodeLocalTime
:
JAsyncContext.MappedEncoding
[
LocalTime
,
LocalTime
]
implicit
val
decodeOffsetDateTime
:
JAsyncContext.MappedEncoding
[
DateTime
,
OffsetDateTime
]
implicit
val
decodeZonedDateTime
:
JAsyncContext.MappedEncoding
[
DateTime
,
ZonedDateTime
]
def
decoder
[
T
]
(
f:
PartialFunction
[
Any
,
T
] =
PartialFunction.empty
,
sqlType:
JAsyncContext.DecoderSqlType
)
(
implicit
arg0:
ClassTag
[
T
]
)
:
JAsyncContext.Decoder
[
T
]
implicit
val
doubleDecoder
:
JAsyncContext.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
:
JAsyncContext.Decoder
[
Float
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
val
intDecoder
:
JAsyncContext.Decoder
[
Int
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
implicit
val
jodaDateTimeDecoder
:
JAsyncContext.Decoder
[
DateTime
]
implicit
val
jodaLocalDateDecoder
:
JAsyncContext.Decoder
[
LocalDate
]
implicit
val
jodaLocalDateTimeDecoder
:
JAsyncContext.Decoder
[
LocalDateTime
]
implicit
val
localDateDecoder
:
JAsyncContext.Decoder
[
LocalDate
]
implicit
val
longDecoder
:
JAsyncContext.Decoder
[
Long
]
implicit
def
mappedDecoder
[
I
,
O
]
(
implicit
mapped:
JAsyncContext.MappedEncoding
[
I
,
O
]
,
decoder:
JAsyncContext.Decoder
[
I
]
)
:
JAsyncContext.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:
JAsyncContext.Decoder
[
T
]
)
:
JAsyncContext.Decoder
[
Option
[
T
]]
implicit
val
shortDecoder
:
JAsyncContext.Decoder
[
Short
]
implicit
val
stringDecoder
:
JAsyncContext.Decoder
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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