org.mashupbots.socko.rest

PrimitiveParamBinding

trait PrimitiveParamBinding extends RequestParamBinding

Path, QueryString and Header params must bind to a primitive. This trait holds their common functions.

Linear Supertypes
RequestParamBinding, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrimitiveParamBinding
  2. RequestParamBinding
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def config: RestConfig

    REST configuration

    REST configuration

    Definition Classes
    RequestParamBinding
  2. abstract def extract(context: RestRequestContext, requestClassName: String, httpRequestEvent: HttpRequestEvent): Any

    Parse incoming request data into a value for binding to a org.mashupbots.socko.rest.RestRequest

    Parse incoming request data into a value for binding to a org.mashupbots.socko.rest.RestRequest

    context

    Request context

    requestClassName

    Request class name to use in error messages

    httpRequestEvent

    HTTP request event

    returns

    a value for passing to the constructor

    Definition Classes
    RequestParamBinding
  3. abstract def registration: RequestParam

    Parameter meta data

    Parameter meta data

    Definition Classes
    RequestParamBinding
  4. abstract def required: Boolean

    Flag to denote if this parameter is required

    Flag to denote if this parameter is required

    Definition Classes
    RequestParamBinding
  5. abstract def tpe: scala.reflect.api.JavaUniverse.Type

    Data Type of the parameter binding

    Data Type of the parameter binding

    Definition Classes
    RequestParamBinding

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. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  17. val primitiveParser: (String) ⇒ Any

    Parse a string into the specified

    Parse a string into the specified

    We load this at initialization so it is done once.

  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RequestParamBinding

Inherited from AnyRef

Inherited from Any

Ungrouped