FailFastUnmarshaller

com.github.pjfanning.pekkohttpcirce.FailFastUnmarshaller

Mix-in this trait to fail on the first error during unmarshalling.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Implicits

Implicits

final implicit override def fromByteStringUnmarshaller[A : Decoder]: Unmarshaller[ByteString, A]

Attributes

Definition Classes
final implicit def safeUnmarshaller[A : Decoder]: FromEntityUnmarshaller[Either[Error, A]]
final implicit override def unmarshaller[A : Decoder]: FromEntityUnmarshaller[A]

Attributes

Definition Classes