com.twitter.thrift.descriptors

TypedefProxy

trait TypedefProxy extends Typedef

Linear Supertypes
Typedef, TBase[Typedef, _Fields], Serializable, Ordered[Typedef], Comparable[Typedef], Record[Typedef], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypedefProxy
  2. Typedef
  3. TBase
  4. Serializable
  5. Ordered
  6. Comparable
  7. Record
  8. UntypedRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type MetaT = Typedef.type

    Definition Classes
    Typedef → Record

Abstract Value Members

  1. abstract def underlying: Typedef

    Attributes
    protected

Concrete 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. def <(that: Typedef): Boolean

    Definition Classes
    Ordered
  5. def <=(that: Typedef): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: Typedef): Boolean

    Definition Classes
    Ordered
  9. def >=(that: Typedef): Boolean

    Definition Classes
    Ordered
  10. def __annotations: Seq[Annotation]

    Definition Classes
    TypedefProxyTypedef
  11. def annotationsIsSet: Boolean

    Definition Classes
    TypedefProxyTypedef
  12. def annotationsOption: Option[Seq[Annotation]]

    Definition Classes
    TypedefProxyTypedef
  13. def annotationsOrDefault: Seq[Annotation]

    Definition Classes
    TypedefProxyTypedef
  14. def annotationsOrNull: Seq[Annotation]

    Definition Classes
    TypedefProxyTypedef
  15. def annotationsOrThrow: Seq[Annotation]

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

    Definition Classes
    Any
  17. def clear(): Unit

    Definition Classes
    TypedefProxy → TBase
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compare(that: Typedef): Int

    Definition Classes
    TypedefProxyTypedef → Ordered
  20. def compareTo(that: Typedef): Int

    Definition Classes
    Ordered → Comparable
  21. def copy(typeId: String = typeIdOrNull, typeAlias: String = typeAliasOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Typedef

    Definition Classes
    TypedefProxyTypedef
  22. def deepCopy(): Typedef

    Definition Classes
    TypedefProxyTypedef → TBase
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(that: Any): Boolean

    Definition Classes
    TypedefProxy → AnyRef → Any
  25. def fieldForId(id: Int): _Fields

    Definition Classes
    TypedefProxy → TBase
  26. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  28. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    TypedefProxy → TBase
  29. def hashCode(): Int

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

    Definition Classes
    Any
  31. def isSet(field: _Fields): Boolean

    Definition Classes
    TypedefProxy → TBase
  32. def mergeCopy(that: Typedef): Typedef

    Definition Classes
    TypedefProxyTypedef
  33. def meta: Typedef.type

    Definition Classes
    TypedefProxy → Record → UntypedRecord
  34. def mutable: Mutable

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    TypedefProxyTypedef
  35. def mutableCopy(): Mutable

    Definition Classes
    TypedefProxyTypedef
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  39. def read(iprot: TProtocol): Unit

    Definition Classes
    TypedefProxy → TBase → UntypedRecord
  40. def setFieldValue(field: _Fields, value: AnyRef): Unit

    Definition Classes
    TypedefProxy → TBase
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toBuilder(): AllSpecified

    Definition Classes
    Typedef
  43. def toString(): String

    Definition Classes
    TypedefProxy → AnyRef → Any
  44. def typeAlias: String

    Definition Classes
    TypedefProxyTypedef
  45. def typeAliasIsSet: Boolean

    Definition Classes
    TypedefProxyTypedef
  46. def typeAliasOption: Option[String]

    Definition Classes
    TypedefProxyTypedef
  47. def typeAliasOrNull: String

    Definition Classes
    TypedefProxyTypedef
  48. def typeAliasOrThrow: String

    Definition Classes
    TypedefProxyTypedef
  49. def typeId: String

    Definition Classes
    TypedefProxyTypedef
  50. def typeIdIsSet: Boolean

    Definition Classes
    TypedefProxyTypedef
  51. def typeIdOption: Option[String]

    Definition Classes
    TypedefProxyTypedef
  52. def typeIdOrNull: String

    Definition Classes
    TypedefProxyTypedef
  53. def typeIdOrThrow: String

    Definition Classes
    TypedefProxyTypedef
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def write(oprot: TProtocol): Unit

    Definition Classes
    TypedefProxyTypedef → TBase → UntypedRecord

Inherited from Typedef

Inherited from TBase[Typedef, _Fields]

Inherited from Serializable

Inherited from Ordered[Typedef]

Inherited from Comparable[Typedef]

Inherited from Record[Typedef]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped