object HListFormats extends HListFormats
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HListFormats
- HListFormats
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
HListJF[A <: HList] extends AnyRef
- Definition Classes
- HListFormats
Value Members
-
implicit
def
hconsFormat[H, T <: HList](implicit hf: JsonFormat[H], tf: HListJF[T]): JsonFormat[Types.:+:[H, T]]
- Definition Classes
- HListFormats
-
implicit
def
hconsHListJF[H, T <: HList](implicit hf: JsonFormat[H], tf: HListJF[T]): HListJF[Types.:+:[H, T]]
- Definition Classes
- HListFormats
-
implicit
def
hnilHListJF[A <: HNil](hnil: A): HListJF[A]
- Definition Classes
- HListFormats
-
implicit
val
lnilFormat1: JsonFormat[HNil]
- Definition Classes
- HListFormats
-
implicit
val
lnilFormat2: JsonFormat[HNil.type]
- Definition Classes
- HListFormats
-
implicit
val
lnilHListJF1: HListJF[HNil]
- Definition Classes
- HListFormats
-
implicit
val
lnilHListJF2: HListJF[HNil.type]
- Definition Classes
- HListFormats