io.fintrospect.parameters.Query

Mandatory

trait Mandatory[T] extends parameters.Mandatory[T, Request] with ValidatableParameter[T, Request] with MandatoryRebind[T, Request, QueryBinding]

Self Type
Mandatory[T] with Parameter with Validatable[T, Request] with Bindable[T, QueryBinding]
Linear Supertypes
MandatoryRebind[T, Request, QueryBinding], Rebindable[T, Request, QueryBinding], ValidatableParameter[T, Request], parameters.Mandatory[T, Request], Validatable[T, Request], Retrieval[T, Request], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mandatory
  2. MandatoryRebind
  3. Rebindable
  4. ValidatableParameter
  5. Mandatory
  6. Validatable
  7. Retrieval
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def extract(from: Request): Extraction[T]

    Attributes
    protected
    Definition Classes
    Mandatory

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 <--(from: Request): 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
    MandatoryRetrieval
  5. def <--?(from: Request, 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
  6. def <--?(from: Request): Extraction[T]

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object.

    Definition Classes
    MandatoryValidatable
  7. def <->(from: Request): Iterable[QueryBinding]

    Definition Classes
    MandatoryRebindRebindable
  8. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def from(from: Request): 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
  16. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  22. def rebind(from: Request): Iterable[QueryBinding]

    Definition Classes
    MandatoryRebindRebindable
  23. val required: Boolean

    Definition Classes
    Mandatory
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def validate(from: Request, 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
  27. def validate(from: Request): Extraction[T]

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object.

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MandatoryRebind[T, Request, QueryBinding]

Inherited from Rebindable[T, Request, QueryBinding]

Inherited from ValidatableParameter[T, Request]

Inherited from parameters.Mandatory[T, Request]

Inherited from Validatable[T, Request]

Inherited from Retrieval[T, Request]

Inherited from AnyRef

Inherited from Any

Ungrouped