final case class EntityEncoderOps[A](a: A) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntityEncoderOps
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EntityEncoderOps(a: A)
Value Members
- val a: A
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def toEntity(implicit encoder: EntityEncoder[A]): (Entity, HttpHeaders)