ErrorAccumulatingUnmarshaller

com.github.pjfanning.pekkohttpcirce.ErrorAccumulatingUnmarshaller

Mix-in this trait to accumulate all errors 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[ValidatedNel[Error, A]]
final implicit override def unmarshaller[A : Decoder]: FromEntityUnmarshaller[A]

Attributes

Definition Classes