com
.
spingo
.
op_rabbit
.
properties
FromHeaderValue
Related Docs:
trait FromHeaderValue
|
package properties
object
FromHeaderValue
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
FromHeaderValue
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
BigDecimalFromHeaderValue
(
charset:
Charset
=
Charset.defaultCharset
)
extends
FromHeaderValue
[
BigDecimal
] with
Product
with
Serializable
case class
ByteFromHeaderValue
(
charset:
Charset
=
Charset.defaultCharset
)
extends
FromHeaderValue
[
Byte
] with
Product
with
Serializable
case class
DoubleFromHeaderValue
(
charset:
Charset
=
Charset.defaultCharset
)
extends
FromHeaderValue
[
Double
] with
Product
with
Serializable
case class
FloatFromHeaderValue
(
charset:
Charset
=
Charset.defaultCharset
)
extends
FromHeaderValue
[
Float
] with
Product
with
Serializable
case class
HeaderValueConversionException
(
msg:
String
,
cause:
Throwable
=
null
)
extends
Exception
with
Product
with
Serializable
case class
IntFromHeaderValue
(
charset:
Charset
=
Charset.defaultCharset
)
extends
FromHeaderValue
[
Int
] with
Product
with
Serializable
case class
LongFromHeaderValue
(
charset:
Charset
=
Charset.defaultCharset
)
extends
FromHeaderValue
[
Long
] with
Product
with
Serializable
case class
MapFromHeaderValue
[
T
]
(
charset:
Charset
=
Charset.defaultCharset
)
(
implicit
subConverter:
FromHeaderValue
[
T
]
)
extends
FromHeaderValue
[
Map
[
String
,
T
]] with
Product
with
Serializable
case class
SeqFromHeaderValue
[
T
]
(
charset:
Charset
=
Charset.defaultCharset
)
(
implicit
subConverter:
FromHeaderValue
[
T
]
)
extends
FromHeaderValue
[
Seq
[
T
]] with
Product
with
Serializable
case class
StringFromHeaderValue
(
charset:
Charset
=
Charset.defaultCharset
)
extends
FromHeaderValue
[
String
] 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
object
NumericValueConversion
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
val
defaultBigDecimalConversion
:
BigDecimalFromHeaderValue
implicit
val
defaultByteConversion
:
ByteFromHeaderValue
implicit
val
defaultDoubleConversion
:
DoubleFromHeaderValue
implicit
val
defaultFloatConversion
:
FloatFromHeaderValue
implicit
val
defaultIntConversion
:
IntFromHeaderValue
implicit
val
defaultLongConversion
:
LongFromHeaderValue
implicit
def
defaultMapFromHeaderValue
[
T
]
(
implicit
subConverter:
FromHeaderValue
[
T
]
)
:
MapFromHeaderValue
[
T
]
implicit
def
defaultSeqFromHeaderValue
[
T
]
(
implicit
subConverter:
FromHeaderValue
[
T
]
)
:
SeqFromHeaderValue
[
T
]
implicit
val
defaultStringConversion
:
StringFromHeaderValue
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]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
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