com.twitter.thrift.descriptors

SimpleContainerType

object SimpleContainerType extends SimpleContainerTypeMeta with Serializable

Linear Supertypes
Serializable, Serializable, SimpleContainerTypeMeta, RecordProvider[SimpleContainerType], JavaSimpleContainerTypeMeta[SimpleContainerType, RawSimpleContainerType, SimpleContainerTypeMeta], MetaRecord[SimpleContainerType, SimpleContainerTypeMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleContainerType
  2. Serializable
  3. Serializable
  4. SimpleContainerTypeMeta
  5. RecordProvider
  6. JavaSimpleContainerTypeMeta
  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
    SimpleContainerTypeMeta

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 LISTTYPE_FDESC: TField

    Definition Classes
    SimpleContainerTypeMeta
  8. val MAPTYPE_FDESC: TField

    Definition Classes
    SimpleContainerTypeMeta
  9. val SETTYPE_FDESC: TField

    Definition Classes
    SimpleContainerTypeMeta
  10. val SIMPLECONTAINERTYPE_SDESC: TStruct

    Definition Classes
    SimpleContainerTypeMeta
  11. val UNKNOWN_FIELD: TField

    Definition Classes
    SimpleContainerTypeMeta
  12. object _Fields

    Definition Classes
    SimpleContainerTypeMeta
  13. val annotations: Annotations

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  14. def apply(listType: ListType, setType: SetType, mapType: MapType): SimpleContainerType

    Definition Classes
    SimpleContainerTypeMeta
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

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

  18. def createRawRecord: RawSimpleContainerType

    Definition Classes
    SimpleContainerTypeMeta → MetaRecord
  19. def createRecord: SimpleContainerType

    Definition Classes
    SimpleContainerTypeMeta → RecordProvider → MetaRecord
  20. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. val fields: Seq[FieldDescriptor[_, SimpleContainerType, SimpleContainerTypeMeta]]

    Definition Classes
    SimpleContainerTypeMeta → MetaRecord
  24. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  27. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Definition Classes
    SimpleContainerTypeMeta
  28. def ifInstanceFrom(x: AnyRef): Option[SimpleContainerType]

    Definition Classes
    SimpleContainerTypeMeta → MetaRecord
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. val listType: StructFieldDescriptor[SimpleContainerType, SimpleContainerTypeMeta, ListType, ListTypeMeta]

    Definition Classes
    SimpleContainerTypeMeta
  31. val mapType: StructFieldDescriptor[SimpleContainerType, SimpleContainerTypeMeta, MapType, MapTypeMeta]

    Definition Classes
    SimpleContainerTypeMeta
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def newBuilder: AllUnspecified

  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. def recordName: String

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  37. val setType: StructFieldDescriptor[SimpleContainerType, SimpleContainerTypeMeta, SetType, SetTypeMeta]

    Definition Classes
    SimpleContainerTypeMeta
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  42. final def wait(): Unit

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

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

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

    Definition Classes
    SimpleContainerTypeMeta

Inherited from Serializable

Inherited from Serializable

Inherited from SimpleContainerTypeMeta

Inherited from RecordProvider[SimpleContainerType]

Inherited from JavaSimpleContainerTypeMeta[SimpleContainerType, RawSimpleContainerType, SimpleContainerTypeMeta]

Inherited from MetaRecord[SimpleContainerType, SimpleContainerTypeMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped