com.foursquare.thriftexample.av.MovieException

Struct

object Struct extends StructMeta with Serializable

Linear Supertypes
Serializable, Serializable, StructMeta, RecordProvider[Struct], JavaStructMeta[Struct, RawStruct, StructMeta], MetaRecord[Struct, StructMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Struct
  2. Serializable
  3. Serializable
  4. StructMeta
  5. RecordProvider
  6. JavaStructMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

  2. sealed abstract class _Fields extends TFieldIdEnum

    Definition Classes
    StructMeta

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 Builder

  7. val PROBLEMS_FDESC: TField

    Definition Classes
    StructMeta
  8. val STRUCT_SDESC: TStruct

    Definition Classes
    StructMeta
  9. val UNKNOWN_FIELD: TField

    Definition Classes
    StructMeta
  10. object _Fields

    Definition Classes
    StructMeta
  11. val annotations: Annotations

    Definition Classes
    StructMeta → UntypedMetaRecord
  12. def apply(problems: Seq[String]): Struct

    Definition Classes
    StructMeta
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. implicit val companionProvider: StructCompanionProvider

  16. def createRawRecord: RawStruct

    Definition Classes
    StructMeta → MetaRecord
  17. def createRecord: Struct

    Definition Classes
    StructMeta → RecordProvider → MetaRecord
  18. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    StructMeta → UntypedMetaRecord
  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. val fields: Seq[FieldDescriptor[_, Struct, StructMeta]]

    Definition Classes
    StructMeta → MetaRecord
  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. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Definition Classes
    StructMeta
  26. def ifInstanceFrom(x: AnyRef): Option[Struct]

    Definition Classes
    StructMeta → MetaRecord
  27. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  29. def newBuilder: AllUnspecified

  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. val problems: OptionalFieldDescriptor[Seq[String], Struct, StructMeta]

    Definition Classes
    StructMeta
  33. def recordName: String

    Definition Classes
    StructMeta → UntypedMetaRecord
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def untypedFields: Seq[UntypedFieldDescriptor]

    Definition Classes
    StructMeta → UntypedMetaRecord
  37. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    StructMeta → UntypedMetaRecord
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. val wireNameToTField: Map[String, TField]

    Definition Classes
    StructMeta

Inherited from Serializable

Inherited from Serializable

Inherited from StructMeta

Inherited from RecordProvider[Struct]

Inherited from JavaStructMeta[Struct, RawStruct, StructMeta]

Inherited from MetaRecord[Struct, StructMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped