Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawTypedef

Related Doc: package descriptors

Permalink

final class RawTypedef extends JavaTypedefRaw[Annotation, Typedef, RawTypedef, TypedefMeta] with MutableTypedef

Linear Supertypes
MutableTypedef, Typedef, TBase[Typedef, Typedef._Fields], Serializable, JavaTypedefRaw[Annotation, Typedef, RawTypedef, TypedefMeta], JavaTypedefMutable[Annotation, Typedef, RawTypedef, TypedefMeta], MutableRecord[Typedef], JavaTypedef[Annotation, Typedef, RawTypedef, TypedefMeta], Record[Typedef], Ordered[Typedef], Comparable[Typedef], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawTypedef
  2. MutableTypedef
  3. Typedef
  4. TBase
  5. Serializable
  6. JavaTypedefRaw
  7. JavaTypedefMutable
  8. MutableRecord
  9. JavaTypedef
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawTypedef()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Typedef): Boolean

    Permalink
    Definition Classes
    Typedef → Ordered
  4. def <=(that: Typedef): Boolean

    Permalink
    Definition Classes
    Typedef → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Typedef): Boolean

    Permalink
    Definition Classes
    Typedef → Ordered
  7. def >=(that: Typedef): Boolean

    Permalink
    Definition Classes
    Typedef → Ordered
  8. def __annotations(): Seq[Annotation]

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  9. def __annotations_=(x: Seq[Annotation]): Unit

    Permalink
    Definition Classes
    RawTypedefMutableTypedef
  10. def annotationsIsSet(): Boolean

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  11. def annotationsOption(): Option[Seq[Annotation]]

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  12. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  13. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  14. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  15. def annotationsUnset(): Unit

    Permalink
    Definition Classes
    RawTypedefMutableTypedef
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clear(): Unit

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

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

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

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

    Permalink
    Definition Classes
    RawTypedefMutableTypedefTypedef
  22. def deepCopy(): RawTypedef

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

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

    Permalink
  25. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawTypedef → AnyRef → Any
  26. def fieldForId(id: Int): Typedef._Fields

    Permalink
    Definition Classes
    RawTypedef → TBase
  27. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def getFieldValue(field: Typedef._Fields): AnyRef

    Permalink
    Definition Classes
    RawTypedef → TBase
  30. def getSetFields: Seq[Any]

    Permalink
  31. def hashCode(): Int

    Permalink
    Definition Classes
    RawTypedef → AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isSet(field: Typedef._Fields): Boolean

    Permalink
    Definition Classes
    RawTypedef → TBase
  34. def merge(that: Typedef): Unit

    Permalink
    Definition Classes
    RawTypedefMutableTypedefMutableRecord
  35. def mergeCopy(that: Typedef): Typedef

    Permalink
    Definition Classes
    RawTypedefTypedefRecord
  36. def meta: TypedefMeta

    Permalink
    Definition Classes
    RawTypedefTypedefRecordUntypedRecord
  37. def mutable: MutableTypedef

    Permalink

    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
    MutableTypedefTypedef
  38. def mutableCopy(): MutableTypedef

    Permalink
    Definition Classes
    Typedef
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    RawTypedef → TBase → UntypedRecord
  43. def setFieldValue(field: Typedef._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawTypedef → TBase
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    Typedef
  46. def toString(): String

    Permalink
    Definition Classes
    RawTypedef → AnyRef → Any
  47. def typeAlias(): String

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  48. def typeAliasIsSet(): Boolean

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  49. def typeAliasOption(): Option[String]

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  50. def typeAliasOrNull(): String

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  51. def typeAliasOrThrow(): String

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  52. def typeAliasUnset(): Unit

    Permalink
    Definition Classes
    RawTypedefMutableTypedef
  53. def typeAlias_=(x: String): Unit

    Permalink
    Definition Classes
    RawTypedefMutableTypedef
  54. def typeId(): String

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  55. def typeIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  56. def typeIdOption(): Option[String]

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  57. def typeIdOrNull(): String

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  58. def typeIdOrThrow(): String

    Permalink
    Definition Classes
    RawTypedef → JavaTypedef
  59. def typeIdUnset(): Unit

    Permalink
    Definition Classes
    RawTypedefMutableTypedef
  60. def typeId_=(x: String): Unit

    Permalink
    Definition Classes
    RawTypedefMutableTypedef
  61. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    RawTypedefTypedef → TBase → UntypedRecord

Inherited from MutableTypedef

Inherited from Typedef

Inherited from TBase[Typedef, Typedef._Fields]

Inherited from Serializable

Inherited from JavaTypedefRaw[Annotation, Typedef, RawTypedef, TypedefMeta]

Inherited from JavaTypedefMutable[Annotation, Typedef, RawTypedef, TypedefMeta]

Inherited from MutableRecord[Typedef]

Inherited from JavaTypedef[Annotation, Typedef, RawTypedef, TypedefMeta]

Inherited from Record[Typedef]

Inherited from Ordered[Typedef]

Inherited from Comparable[Typedef]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped