com.twitter.thrift.descriptors

RawAnnotation

final class RawAnnotation extends JavaAnnotationRaw[Annotation, RawAnnotation, AnnotationMeta] with MutableAnnotation

Linear Supertypes
MutableAnnotation, Annotation, TBase[Annotation, Annotation._Fields], Serializable, JavaAnnotationRaw[Annotation, RawAnnotation, AnnotationMeta], JavaAnnotationMutable[Annotation, RawAnnotation, AnnotationMeta], MutableRecord[Annotation], JavaAnnotation[Annotation, RawAnnotation, AnnotationMeta], Record[Annotation], Ordered[Annotation], Comparable[Annotation], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawAnnotation
  2. MutableAnnotation
  3. Annotation
  4. TBase
  5. Serializable
  6. JavaAnnotationRaw
  7. JavaAnnotationMutable
  8. MutableRecord
  9. JavaAnnotation
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawAnnotation()

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: Annotation): Boolean

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

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

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

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

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

    Definition Classes
    Annotation → Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clear(): Unit

    Definition Classes
    RawAnnotation → TBase
  12. def clone(): AnyRef

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

    Definition Classes
    Annotation → Ordered
  14. def compareTo(that: Annotation): Int

    Definition Classes
    Annotation → Ordered → Comparable
  15. def copy(key: String = keyOrNull, value: String = valueOrNull): RawAnnotation

    Definition Classes
    RawAnnotationMutableAnnotationAnnotation
  16. def deepCopy(): RawAnnotation

    Definition Classes
    RawAnnotationAnnotation → TBase
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(that: Annotation): Boolean

  19. def equals(that: Any): Boolean

    Definition Classes
    RawAnnotation → AnyRef → Any
  20. def fieldForId(id: Int): Annotation._Fields

    Definition Classes
    RawAnnotation → TBase
  21. def finalize(): Unit

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

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

    Definition Classes
    RawAnnotation → TBase
  24. def getSetFields: Seq[Any]

  25. def hashCode(): Int

    Definition Classes
    RawAnnotation → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    RawAnnotation → TBase
  28. def key(): String

    Definition Classes
    RawAnnotation → JavaAnnotation
  29. def keyIsSet(): Boolean

    Definition Classes
    RawAnnotation → JavaAnnotation
  30. def keyOption(): Option[String]

    Definition Classes
    RawAnnotation → JavaAnnotation
  31. def keyOrNull(): String

    Definition Classes
    RawAnnotation → JavaAnnotation
  32. def keyOrThrow(): String

    Definition Classes
    RawAnnotation → JavaAnnotation
  33. def keyUnset(): Unit

    Definition Classes
    RawAnnotationMutableAnnotation
  34. def key_=(x: String): Unit

    Definition Classes
    RawAnnotationMutableAnnotation
  35. def merge(that: Annotation): Unit

    Definition Classes
    RawAnnotationMutableAnnotation → MutableRecord
  36. def mergeCopy(that: Annotation): Annotation

    Definition Classes
    RawAnnotationAnnotation → Record
  37. def meta: AnnotationMeta

    Definition Classes
    RawAnnotationAnnotation → Record → UntypedRecord
  38. def mutable: MutableAnnotation

    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
    MutableAnnotationAnnotation
  39. def mutableCopy(): MutableAnnotation

    Definition Classes
    Annotation
  40. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    RawAnnotation → TBase → UntypedRecord
  44. def setFieldValue(field: Annotation._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  46. def toBuilder(): AllSpecified

    Definition Classes
    Annotation
  47. def toString(): String

    Definition Classes
    RawAnnotation → AnyRef → Any
  48. def value(): String

    Definition Classes
    RawAnnotation → JavaAnnotation
  49. def valueIsSet(): Boolean

    Definition Classes
    RawAnnotation → JavaAnnotation
  50. def valueOption(): Option[String]

    Definition Classes
    RawAnnotation → JavaAnnotation
  51. def valueOrNull(): String

    Definition Classes
    RawAnnotation → JavaAnnotation
  52. def valueOrThrow(): String

    Definition Classes
    RawAnnotation → JavaAnnotation
  53. def valueUnset(): Unit

    Definition Classes
    RawAnnotationMutableAnnotation
  54. def value_=(x: String): Unit

    Definition Classes
    RawAnnotationMutableAnnotation
  55. final def wait(): Unit

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

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

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

    Definition Classes
    RawAnnotationAnnotation → TBase → UntypedRecord

Inherited from MutableAnnotation

Inherited from Annotation

Inherited from TBase[Annotation, Annotation._Fields]

Inherited from Serializable

Inherited from JavaAnnotationRaw[Annotation, RawAnnotation, AnnotationMeta]

Inherited from JavaAnnotationMutable[Annotation, RawAnnotation, AnnotationMeta]

Inherited from MutableRecord[Annotation]

Inherited from JavaAnnotation[Annotation, RawAnnotation, AnnotationMeta]

Inherited from Record[Annotation]

Inherited from Ordered[Annotation]

Inherited from Comparable[Annotation]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped