pl.iterators.stir.unmarshalling.Unmarshaller
See theUnmarshaller companion trait
Attributes
- Companion
- trait
- Source
- Unmarshaller.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Unmarshaller.type
Members list
Type members
Classlikes
case object NoContentException extends RuntimeException, NoStackTrace
Attributes
- Source
- Unmarshaller.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalstrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
NoContentException.type
Value members
Inherited fields
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Implicits
Implicits
Attributes
- Source
- Unmarshaller.scala
implicit def liftToTargetOptionUnmarshaller[A, B](um: Unmarshaller[A, B]): Unmarshaller[A, Option[B]]
Attributes
- Source
- Unmarshaller.scala
implicit def targetOptionUnmarshaller[A, B](implicit um: Unmarshaller[A, B]): Unmarshaller[A, Option[B]]
Attributes
- Source
- Unmarshaller.scala
Inherited implicits
implicit def CsvSeq[T](implicit unmarshaller: Unmarshaller[String, T]): Unmarshaller[String, Seq[T]]
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
implicit def liftToSourceOptionUnmarshaller[A, B](um: Unmarshaller[A, B]): Unmarshaller[Option[A], B]
Attributes
- Inherited from:
- LowerPriorityGenericUnmarshallers
- Source
- Unmarshaller.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
implicit def sourceOptionUnmarshaller[A, B](implicit um: Unmarshaller[A, B]): Unmarshaller[Option[A], B]
Attributes
- Inherited from:
- LowerPriorityGenericUnmarshallers
- Source
- Unmarshaller.scala
Attributes
- Inherited from:
- PredefinedFromStringUnmarshallers
- Source
- PredefinedFromStringUnmarshallers.scala
In this article