eu.fakod

sjerseyclient

package sjerseyclient

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

Type Members

  1. type BuilderFuncType = (String, RestCallContext, Boolean) ⇒ builderType

    function type of creating a instance of class Builder

  2. type ExceptionHandlerType = (Throwable) ⇒ Unit

    function type of REST exception handler

  3. trait Rest extends RestImplicits with IRestExceptionWrapper

  4. case class RestCallContext(rest: Rest, basePath: String, header: List[(String, String)], query: List[(String, String)], cType: Option[List[String]], cAccept: Option[List[String]]) extends Product with Serializable

    case class to store all settings while in a rest { } loop

  5. trait RestHandler extends AnyRef

    REST call helper Trait

  6. trait RestImplicits extends AnyRef

  7. class RichClientResponse extends AnyRef

    to ease the access to Scala like Collections

  8. trait SimpleWebResourceProvider extends AnyRef

    provider trait for the instance of WebResource used in class rest

  9. type builderType = Builder

    class WebResource containes class Builder

Value Members

  1. object RichJson

    for importing JsonNode helper stuff as import eu.fakod.sjerseyclient.RichJson._

  2. package providers

  3. package util

Inherited from AnyRef

Inherited from Any

Ungrouped