Class

io.jobial.scase.marshalling.tibrv.raw

TibrvMsgRawMarshalling

Related Doc: package raw

Permalink

class TibrvMsgRawMarshalling extends Marshalling[TibrvMsg] with TibrvMsgRawMarshallingInstances with DefaultFormats

Linear Supertypes
DefaultFormats, MarshallingUtils, AdditionalFormats, StandardFormats, TibrvMsgRawMarshallingInstances, Marshalling[TibrvMsg], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TibrvMsgRawMarshalling
  2. DefaultFormats
  3. MarshallingUtils
  4. AdditionalFormats
  5. StandardFormats
  6. TibrvMsgRawMarshallingInstances
  7. Marshalling
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TibrvMsgRawMarshalling()

    Permalink

Type Members

  1. class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]

    Permalink
    Definition Classes
    StandardFormats

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 object JsValueFormat extends JsonFormat[JsValue]

    Permalink
    Definition Classes
    AdditionalFormats
  5. implicit object RootJsArrayFormat extends RootJsonFormat[JsArray]

    Permalink
    Definition Classes
    AdditionalFormats
  6. implicit object RootJsObjectFormat extends RootJsonFormat[JsObject]

    Permalink
    Definition Classes
    AdditionalFormats
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  9. def createThrowable(className: String, message: String): Throwable

    Permalink
    Definition Classes
    MarshallingUtils
  10. implicit def eitherFormat[A, B](implicit arg0: JsonFormat[A], arg1: JsonFormat[B]): JsonFormat[Either[A, B]]

    Permalink
    Definition Classes
    DefaultFormats → StandardFormats
  11. val eitherMarshaller: BinaryFormatMarshaller[Either[Throwable, TibrvMsg]]

    Permalink
    Definition Classes
    TibrvMsgRawMarshalling → Marshalling
  12. val eitherUnmarshaller: BinaryFormatUnmarshaller[Either[Throwable, TibrvMsg]] { def marshalToOutputStream(o: Either[Throwable,com.tibco.tibrv.TibrvMsg],out: java.io.OutputStream): Unit }

    Permalink
    Definition Classes
    TibrvMsgRawMarshalling → Marshalling
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  19. def lazyFormat[T](format: ⇒ JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }

    Permalink
    Definition Classes
    AdditionalFormats
  20. def lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  21. def lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  22. def lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  23. def lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }

    Permalink
    Definition Classes
    AdditionalFormats
  24. val marshaller: BinaryFormatMarshaller[TibrvMsg]

    Permalink
    Definition Classes
    TibrvMsgRawMarshalling → Marshalling
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  28. implicit def optionFormat[T](implicit arg0: JF[T]): JF[Option[T]]

    Permalink
    Definition Classes
    StandardFormats
  29. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  30. def rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  31. def safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]

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

    Permalink
    Definition Classes
    AnyRef
  33. implicit def throwableJsonFormat: JsonFormat[Throwable] { def write(obj: Throwable): spray.json.JsObject }

    Permalink
    Definition Classes
    DefaultFormats
  34. val throwableMarshaller: BinaryFormatMarshaller[Throwable]

    Permalink
    Definition Classes
    TibrvMsgRawMarshalling → Marshalling
  35. val throwableUnmarshaller: BinaryFormatUnmarshaller[Throwable]

    Permalink
    Definition Classes
    TibrvMsgRawMarshalling → Marshalling
  36. implicit val tibrvMsgRawEitherMarshaller: BinaryFormatMarshaller[Either[Throwable, TibrvMsg]]

    Permalink
  37. implicit val tibrvMsgRawEitherUnmarshaller: BinaryFormatUnmarshaller[Either[Throwable, TibrvMsg]] { def marshalToOutputStream(o: Either[Throwable,com.tibco.tibrv.TibrvMsg],out: java.io.OutputStream): Unit }

    Permalink
  38. implicit val tibrvMsgRawMarshaller: BinaryFormatMarshaller[TibrvMsg]

    Permalink
  39. implicit val tibrvMsgRawThrowableMarshaller: BinaryFormatMarshaller[Throwable]

    Permalink
  40. implicit val tibrvMsgRawThrowableUnmarshaller: BinaryFormatUnmarshaller[Throwable]

    Permalink
  41. implicit val tibrvMsgRawUnmarshaller: BinaryFormatUnmarshaller[TibrvMsg] { def unmarshalFromInputStream(in: java.io.InputStream): Product with Serializable with scala.util.Either[Throwable,com.tibco.tibrv.TibrvMsg] }

    Permalink
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. implicit def tuple1Format[A](implicit arg0: JF[A]): JF[(A)]

    Permalink
    Definition Classes
    StandardFormats
  44. implicit def tuple2Format[A, B](implicit arg0: JF[A], arg1: JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  45. implicit def tuple3Format[A, B, C](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  46. implicit def tuple4Format[A, B, C, D](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  47. implicit def tuple5Format[A, B, C, D, E](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  48. implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  49. implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F], arg6: JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  50. val unmarshaller: BinaryFormatUnmarshaller[TibrvMsg] { def unmarshalFromInputStream(in: java.io.InputStream): Product with Serializable with scala.util.Either[Throwable,com.tibco.tibrv.TibrvMsg] }

    Permalink
    Definition Classes
    TibrvMsgRawMarshalling → Marshalling
  51. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DefaultFormats

Inherited from MarshallingUtils

Inherited from AdditionalFormats

Inherited from StandardFormats

Inherited from Marshalling[TibrvMsg]

Inherited from AnyRef

Inherited from Any

Ungrouped