c

akka.http.scaladsl.common

NameUnmarshallerReceptacle

class NameUnmarshallerReceptacle[T] extends AnyRef

Source
NameReceptacle.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NameUnmarshallerReceptacle
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NameUnmarshallerReceptacle(name: String, um: FromStringUnmarshaller[T])

Value Members

  1. def !(requiredValue: T): RequiredValueUnmarshallerReceptacle[T]
  2. def *: RepeatedValueUnmarshallerReceptacle[T]
  3. def ?(default: T): NameDefaultUnmarshallerReceptacle[T]
  4. def ?: NameOptionUnmarshallerReceptacle[T]
  5. def as[B](implicit unmarshaller: Unmarshaller[T, B]): NameUnmarshallerReceptacle[B]
  6. val name: String
  7. val um: FromStringUnmarshaller[T]