Trait

io.fintrospect.parameters.Header

OptionalSeq

Related Doc: package Header

Permalink

trait OptionalSeq[T] extends parameters.Optional[Seq[T], Message] with OptionalBindable[Seq[T], RequestBinding] with OptionalRebind[Seq[T], Message, RequestBinding]

Self Type
OptionalSeq[T] with Bindable[Seq[T], RequestBinding]
Linear Supertypes
OptionalRebind[Seq[T], Message, RequestBinding], Rebindable[Seq[T], Message, RequestBinding], OptionalBindable[Seq[T], RequestBinding], Bindable[Seq[T], RequestBinding], parameters.Optional[Seq[T], Message], Validatable[Seq[T], Message], Parameter, Retrieval[Option[Seq[T]], Message], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionalSeq
  2. OptionalRebind
  3. Rebindable
  4. OptionalBindable
  5. Bindable
  6. Optional
  7. Validatable
  8. Parameter
  9. Retrieval
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def -->(value: Seq[T]): Iterable[RequestBinding]

    Permalink

    Bind the value to this parameter

    Bind the value to this parameter

    returns

    the binding

    Definition Classes
    Bindable
  2. abstract def <--?(from: Message): Extraction[Seq[T]]

    Permalink

    Attempt to deserialise from the message object.

    Attempt to deserialise from the message object. Only use this method instead of <--() if you want to not declare your parameters in the RouteSpec().

    Definition Classes
    Validatable
  3. abstract val description: Option[String]

    Permalink
    Definition Classes
    Parameter
  4. abstract val name: String

    Permalink
    Definition Classes
    Parameter
  5. abstract val paramType: ParamType

    Permalink
    Definition Classes
    Parameter
  6. abstract val where: String

    Permalink
    Definition Classes
    Parameter

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def -->(value: Option[Seq[T]]): Iterable[RequestBinding]

    Permalink
    Definition Classes
    OptionalBindable
  4. def <--(from: Message): Option[Seq[T]]

    Permalink

    Extract the parameter from the target object.

    Extract the parameter from the target object. Throws on failure, but that shouldn't be a problem as the pre-validation stage for declared parameters and bodies handles the failure before user code is entered.

    Definition Classes
    OptionalRetrieval
  5. def <->(from: Message): Iterable[RequestBinding]

    Permalink
    Definition Classes
    OptionalRebindRebindable
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def from(from: Message): Option[Seq[T]]

    Permalink

    Extract the parameter from the target object.

    Extract the parameter from the target object. Throws on failure, but that shouldn't be a problem as the pre-validation stage for declared parameters and bodies handles the failure before user code is entered.

    Definition Classes
    Retrieval
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def of(value: Seq[T]): Iterable[RequestBinding]

    Permalink

    Bind the value to this parameter

    Bind the value to this parameter

    returns

    the binding

    Definition Classes
    Bindable
  20. def rebind(from: Message): Iterable[RequestBinding]

    Permalink
    Definition Classes
    OptionalRebindRebindable
  21. val required: Boolean

    Permalink
    Definition Classes
    OptionalParameter
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    Parameter → AnyRef → Any
  24. def validate(from: Message): Extraction[Seq[T]]

    Permalink

    Attempt to deserialise from the message object.

    Attempt to deserialise from the message object. Only use this method instead of <--() if you want to not declare your parameters in the RouteSpec().

    Definition Classes
    Validatable
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OptionalRebind[Seq[T], Message, RequestBinding]

Inherited from Rebindable[Seq[T], Message, RequestBinding]

Inherited from OptionalBindable[Seq[T], RequestBinding]

Inherited from Bindable[Seq[T], RequestBinding]

Inherited from parameters.Optional[Seq[T], Message]

Inherited from Validatable[Seq[T], Message]

Inherited from Parameter

Inherited from Retrieval[Option[Seq[T]], Message]

Inherited from AnyRef

Inherited from Any

Ungrouped