com.twitter.thrift.descriptors

Typedef

object Typedef extends TypedefMeta with Serializable

Linear Supertypes
Serializable, Serializable, TypedefMeta, RecordProvider[Typedef], JavaTypedefMeta[Typedef, RawTypedef, TypedefMeta], MetaRecord[Typedef, TypedefMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Typedef
  2. Serializable
  3. Serializable
  4. TypedefMeta
  5. RecordProvider
  6. JavaTypedefMeta
  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
    TypedefMeta

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. val ANNOTATIONS_FDESC: TField

    Definition Classes
    TypedefMeta
  7. object Builder

  8. val TYPEALIAS_FDESC: TField

    Definition Classes
    TypedefMeta
  9. val TYPEDEF_SDESC: TStruct

    Definition Classes
    TypedefMeta
  10. val TYPEID_FDESC: TField

    Definition Classes
    TypedefMeta
  11. val UNKNOWN_FIELD: TField

    Definition Classes
    TypedefMeta
  12. object _Fields

    Definition Classes
    TypedefMeta
  13. val __annotations: OptionalFieldDescriptor[Seq[Annotation], Typedef, TypedefMeta]

    Definition Classes
    TypedefMeta
  14. val annotations: Annotations

    Definition Classes
    TypedefMeta → UntypedMetaRecord
  15. def apply(typeId: String, typeAlias: String, __annotations: Seq[Annotation]): Typedef

    Definition Classes
    TypedefMeta
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

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

  19. def createRawRecord: RawTypedef

    Definition Classes
    TypedefMeta → MetaRecord
  20. def createRecord: Typedef

    Definition Classes
    TypedefMeta → RecordProvider → MetaRecord
  21. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    TypedefMeta → UntypedMetaRecord
  22. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  24. val fields: Seq[FieldDescriptor[_, Typedef, TypedefMeta]]

    Definition Classes
    TypedefMeta → MetaRecord
  25. def finalize(): Unit

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

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

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

    Definition Classes
    TypedefMeta
  29. def ifInstanceFrom(x: AnyRef): Option[Typedef]

    Definition Classes
    TypedefMeta → MetaRecord
  30. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  32. def newBuilder: AllUnspecified

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def recordName: String

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

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. val typeAlias: OptionalFieldDescriptor[String, Typedef, TypedefMeta]

    Definition Classes
    TypedefMeta
  39. val typeId: OptionalFieldDescriptor[String, Typedef, TypedefMeta]

    Definition Classes
    TypedefMeta
  40. def untypedFields: Seq[UntypedFieldDescriptor]

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

    Definition Classes
    TypedefMeta → 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
    TypedefMeta

Inherited from Serializable

Inherited from Serializable

Inherited from TypedefMeta

Inherited from RecordProvider[Typedef]

Inherited from JavaTypedefMeta[Typedef, RawTypedef, TypedefMeta]

Inherited from MetaRecord[Typedef, TypedefMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped