com.twitter.thrift.descriptors

Typedef

object Typedef extends MetaRecord[Typedef] with RecordProvider[Typedef] with Serializable

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

    Definition Classes
    Typedef → MetaRecord
  3. type Raw = RawTypedef

    Definition Classes
    Typedef → MetaRecord
  4. type Self = Typedef.type

    Definition Classes
    Typedef → MetaRecord
  5. type Trait = Typedef

    Definition Classes
    Typedef → MetaRecord
  6. sealed abstract class _Fields extends TFieldIdEnum

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

  7. object Builder

  8. val TYPEALIAS_DESC: TField

  9. val TYPEDEF_DESC: TStruct

  10. val TYPEID_DESC: TField

  11. val UNKNOWN_FIELD: TField

  12. object _Fields

  13. val __annotations: OptionalFieldDescriptor[Seq[Annotation], Typedef, Typedef.type]

  14. val annotations: Annotations

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

  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: Raw

    Definition Classes
    Typedef → MetaRecord → UntypedMetaRecord
  20. def createRecord: Typedef

    Definition Classes
    Typedef → RecordProvider
  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[_, Typedef, Typedef.type]]

    Definition Classes
    Typedef → MetaRecord → UntypedMetaRecord
  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]

  28. def ifInstanceFrom(x: AnyRef): Option[Typedef]

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

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

    Definition Classes
    AnyRef
  31. def newBuilder: AllUnspecified

  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. def recordName: String

    Definition Classes
    Typedef → MetaRecord → UntypedMetaRecord
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. val typeAlias: OptionalFieldDescriptor[String, Typedef, Typedef.type]

  38. val typeId: OptionalFieldDescriptor[String, Typedef, Typedef.type]

  39. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from RecordProvider[Typedef]

Inherited from MetaRecord[Typedef]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped