com
.
spingo
.
op_rabbit
.
properties
HeaderValue
Related Docs:
trait HeaderValue
|
package properties
object
HeaderValue
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
HeaderValue
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
BigDecimalHeaderValue
(
value:
BigDecimal
)
extends
HeaderValue
with
Product
with
Serializable
case class
BooleanHeaderValue
(
value:
Boolean
)
extends
HeaderValue
with
Product
with
Serializable
case class
ByteArrayHeaderValue
(
value:
Array
[
Byte
]
)
extends
HeaderValue
with
Product
with
Serializable
case class
ByteHeaderValue
(
value:
Byte
)
extends
HeaderValue
with
Product
with
Serializable
case class
DateHeaderValue
(
value:
Date
)
extends
HeaderValue
with
Product
with
Serializable
case class
DoubleHeaderValue
(
value:
Double
)
extends
HeaderValue
with
Product
with
Serializable
case class
FloatHeaderValue
(
value:
Float
)
extends
HeaderValue
with
Product
with
Serializable
case class
IntHeaderValue
(
value:
Int
)
extends
HeaderValue
with
Product
with
Serializable
case class
LongHeaderValue
(
value:
Long
)
extends
HeaderValue
with
Product
with
Serializable
case class
LongStringHeaderValue
(
value:
LongString
)
extends
HeaderValue
with
Product
with
Serializable
case class
MapHeaderValue
(
value:
Map
[
String
,
HeaderValue
]
)
extends
HeaderValue
with
Product
with
Serializable
case class
SeqHeaderValue
(
value:
Seq
[
HeaderValue
]
)
extends
HeaderValue
with
Product
with
Serializable
case class
ShortHeaderValue
(
value:
Short
)
extends
HeaderValue
with
Product
with
Serializable
case class
StringHeaderValue
(
value:
String
)
extends
HeaderValue
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
NullHeaderValue
extends
HeaderValue
with
Product
with
Serializable
def
apply
[
T
]
(
value:
T
)
(
implicit
converter:
ToHeaderValue
[
T
,
HeaderValue
]
)
:
HeaderValue
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
val
convertFromBigDecimal
:
ToHeaderValue
[
BigDecimal
,
BigDecimalHeaderValue
]
implicit
val
convertFromBoolean
:
ToHeaderValue
[
Boolean
,
BooleanHeaderValue
]
implicit
val
convertFromByte
:
ToHeaderValue
[
Byte
,
ByteHeaderValue
]
implicit
val
convertFromByteArray
:
ToHeaderValue
[
Array
[
Byte
],
ByteArrayHeaderValue
]
implicit
val
convertFromDate
:
ToHeaderValue
[
Date
,
DateHeaderValue
]
implicit
val
convertFromDouble
:
ToHeaderValue
[
Double
,
DoubleHeaderValue
]
implicit
val
convertFromFloat
:
ToHeaderValue
[
Float
,
FloatHeaderValue
]
implicit
val
convertFromInt
:
ToHeaderValue
[
Int
,
IntHeaderValue
]
implicit
val
convertFromInteger
:
ToHeaderValue
[
Integer
,
IntHeaderValue
]
implicit
val
convertFromJavaBigDecimal
:
ToHeaderValue
[
BigDecimal
,
BigDecimalHeaderValue
]
implicit
val
convertFromJavaBoolean
:
ToHeaderValue
[
Boolean
,
BooleanHeaderValue
]
implicit
val
convertFromJavaByte
:
ToHeaderValue
[
Byte
,
ByteHeaderValue
]
implicit
val
convertFromJavaDouble
:
ToHeaderValue
[
Double
,
DoubleHeaderValue
]
implicit
val
convertFromJavaFloat
:
ToHeaderValue
[
Float
,
FloatHeaderValue
]
implicit
def
convertFromJavaList
[
T
]
(
implicit
converter:
ToHeaderValue
[
T
,
HeaderValue
]
)
:
ToHeaderValue
[
List
[
T
],
SeqHeaderValue
]
implicit
val
convertFromJavaLong
:
ToHeaderValue
[
Long
,
LongHeaderValue
]
implicit
val
convertFromJavaShort
:
ToHeaderValue
[
Short
,
ShortHeaderValue
]
implicit
val
convertFromLong
:
ToHeaderValue
[
Long
,
LongHeaderValue
]
implicit
val
convertFromLongString
:
ToHeaderValue
[
LongString
,
LongStringHeaderValue
]
implicit
def
convertFromMap
[
T
]
(
implicit
converter:
ToHeaderValue
[
T
,
HeaderValue
]
)
:
ToHeaderValue
[
Map
[
String
,
T
],
MapHeaderValue
]
implicit
def
convertFromSeq
[
T
]
(
implicit
converter:
ToHeaderValue
[
T
,
HeaderValue
]
)
:
ToHeaderValue
[
Seq
[
T
],
SeqHeaderValue
]
implicit
val
convertFromShort
:
ToHeaderValue
[
Short
,
ShortHeaderValue
]
implicit
val
convertFromString
:
ToHeaderValue
[
String
,
StringHeaderValue
]
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]
)
def
from
(
value:
AnyRef
)
:
HeaderValue
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