io.fintrospect.parameters.Header

Optional

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

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

Abstract Value Members

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

    Bind the value to this parameter

    Bind the value to this parameter

    returns

    the binding

    Definition Classes
    Bindable
  2. abstract def extract(from: Message): Extraction[T]

    Attributes
    protected
    Definition Classes
    Optional

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    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
  6. def <--?(from: Message, reason: String, predicate: (T) ⇒ Boolean): Extraction[T]

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Definition Classes
    ValidatableParameter
  7. def <--?(from: Message): Extraction[T]

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object.

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

    Definition Classes
    OptionalRebindRebindable
  9. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

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

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

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

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

    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
  17. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def of(value: T): Iterable[RequestBinding]

    Bind the value to this parameter

    Bind the value to this parameter

    returns

    the binding

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

    Definition Classes
    OptionalRebindRebindable
  25. val required: Boolean

    Definition Classes
    Optional
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def validate(from: Message, reason: String, predicate: (T) ⇒ Boolean): Extraction[T]

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Definition Classes
    ValidatableParameter
  29. def validate(from: Message): Extraction[T]

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object.

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OptionalBindable[T, RequestBinding]

Inherited from Bindable[T, RequestBinding]

Inherited from OptionalRebind[T, Message, RequestBinding]

Inherited from Rebindable[T, Message, RequestBinding]

Inherited from ValidatableParameter[T, Message]

Inherited from parameters.Optional[T, Message]

Inherited from Validatable[T, Message]

Inherited from Retrieval[Option[T], Message]

Inherited from AnyRef

Inherited from Any

Ungrouped