com.gu.contentatom.thrift

AtomData

object AtomData extends ThriftStructCodec3[AtomData]

Annotations
@Generated()
Linear Supertypes
ThriftStructCodec3[AtomData], ThriftStructCodec[AtomData], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AtomData
  2. ThriftStructCodec3
  3. ThriftStructCodec
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Quiz(quiz: QuizAlias) extends AtomData with Product with Serializable

  2. case class UnknownUnionField extends AtomData with Product with Serializable

  3. case class Viewpoints(viewpoints: ViewpointsAlias) extends AtomData with Product with Serializable

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. object Quiz extends Serializable

  7. val QuizField: TField

  8. val QuizFieldManifest: Manifest[Quiz]

  9. val Union: TStruct

  10. object Viewpoints extends Serializable

  11. val ViewpointsField: TField

  12. val ViewpointsFieldManifest: Manifest[Viewpoints]

  13. def apply(_iprot: TProtocol): AtomData

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def decode(_iprot: TProtocol): AtomData

    Definition Classes
    AtomData → ThriftStructCodec
  17. val decoder: (TProtocol) ⇒ AtomData

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  18. def encode(_item: AtomData, _oprot: TProtocol): Unit

    Definition Classes
    AtomData → ThriftStructCodec
  19. val encoder: (AtomData, TProtocol) ⇒ Unit

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  26. lazy val metaData: ThriftStructMetaData[AtomData]

    Definition Classes
    ThriftStructCodec
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. lazy val structAnnotations: Map[String, String]

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ThriftStructCodec3[AtomData]

Inherited from ThriftStructCodec[AtomData]

Inherited from AnyRef

Inherited from Any

Ungrouped