Trait/Object

com.netaporter.s3

S3Unmarshallers

Related Docs: object S3Unmarshallers | package s3

Permalink

trait S3Unmarshallers extends BasicUnmarshallers with ResponseTransformation

Linear Supertypes
ResponseTransformation, TransformerPipelineSupport, BasicUnmarshallers, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. S3Unmarshallers
  2. ResponseTransformation
  3. TransformerPipelineSupport
  4. BasicUnmarshallers
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type ResponseTransformer = (HttpResponse) ⇒ HttpResponse

    Permalink
    Definition Classes
    ResponseTransformation
  2. implicit class WithTransformation[A] extends AnyRef

    Permalink
    Definition Classes
    TransformerPipelineSupport
  3. implicit class WithTransformerConcatenation[A, B] extends (A) ⇒ B

    Permalink
    Definition Classes
    TransformerPipelineSupport

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val ByteArrayUnmarshaller: Unmarshaller[Array[Byte]] { def apply(entity: spray.http.HttpEntity): scala.util.Right[Nothing,Array[Byte]] }

    Permalink
    Definition Classes
    BasicUnmarshallers
  5. implicit val CharArrayUnmarshaller: Unmarshaller[Array[Char]] { def apply(entity: spray.http.HttpEntity): scala.util.Right[Nothing,Array[Char]] }

    Permalink
    Definition Classes
    BasicUnmarshallers
  6. implicit val GetObjectUnmarshaller: Unmarshaller[GetObjectResult] { def apply(entity: spray.http.HttpEntity): scala.util.Right[Nothing,com.netaporter.s3.S3.responses.GetObjectResult] }

    Permalink
  7. implicit val ListBucketUnmarshaller: Unmarshaller[ListBucketResult]

    Permalink
  8. implicit val NodeSeqUnmarshaller: Unmarshaller[NodeSeq]

    Permalink
    Definition Classes
    BasicUnmarshallers
  9. implicit val StringUnmarshaller: Unmarshaller[String] { def apply(entity: spray.http.HttpEntity): scala.util.Right[Nothing,String] }

    Permalink
    Definition Classes
    BasicUnmarshallers
  10. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createSAXParser(): SAXParser

    Permalink
    Attributes
    protected
    Definition Classes
    BasicUnmarshallers
  13. def createSaferSAXParser(): SAXParser

    Permalink
    Attributes
    protected
    Definition Classes
    BasicUnmarshallers
  14. def decode(decoder: Decoder): ResponseTransformer

    Permalink
    Definition Classes
    ResponseTransformation
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def fail(msg: String): Nothing

    Permalink
  18. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  22. def logResponse(logFun: (HttpResponse) ⇒ Unit): (HttpResponse) ⇒ HttpResponse

    Permalink
    Definition Classes
    ResponseTransformation
  23. def logResponse(log: LoggingAdapter, level: LogLevel): (HttpResponse) ⇒ HttpResponse

    Permalink
    Definition Classes
    ResponseTransformation
  24. def logValue[T](logFun: (T) ⇒ Unit): (T) ⇒ T

    Permalink
    Definition Classes
    TransformerPipelineSupport
  25. def logValue[T](log: LoggingAdapter, level: LogLevel): (T) ⇒ T

    Permalink
    Definition Classes
    TransformerPipelineSupport
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. implicit val noEntityUnmarshaller: Unmarshaller[Unit] { def apply(entity: spray.http.HttpEntity): scala.util.Right[Nothing,Unit] }

    Permalink
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def s3Unmarshal[T](implicit arg0: FromResponseUnmarshaller[T]): (HttpResponse) ⇒ T

    Permalink
  31. def s3Unmarshaller[T](f: (NodeSeq) ⇒ T): Unmarshaller[T]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def unmarshal[T](implicit arg0: FromResponseUnmarshaller[T]): (HttpResponse) ⇒ T

    Permalink
    Definition Classes
    ResponseTransformation
  35. final def wait(): Unit

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

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

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

Inherited from ResponseTransformation

Inherited from TransformerPipelineSupport

Inherited from BasicUnmarshallers

Inherited from AnyRef

Inherited from Any

Ungrouped