Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawAnnotation

Related Doc: package descriptors

Permalink

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

Linear Supertypes
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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawAnnotation()

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RawAnnotationMutableAnnotationAnnotation
  14. def deepCopy(): RawAnnotation

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

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

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

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

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

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

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

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

    Permalink
  23. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RawAnnotationMutableAnnotationMutableRecord
  34. def mergeCopy(that: Annotation): Annotation

    Permalink
    Definition Classes
    RawAnnotationAnnotationRecord
  35. def meta: AnnotationMeta

    Permalink
    Definition Classes
    RawAnnotationAnnotationRecordUntypedRecord
  36. def mutable: MutableAnnotation

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Annotation
  45. def toString(): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RawAnnotationMutableAnnotation
  53. final def wait(): Unit

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

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

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

    Permalink
    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