com.twitter.thrift.descriptors

AnnotationMeta

class AnnotationMeta extends JavaAnnotationMeta[Annotation, RawAnnotation, AnnotationMeta] with RecordProvider[Annotation]

Linear Supertypes
RecordProvider[Annotation], JavaAnnotationMeta[Annotation, RawAnnotation, AnnotationMeta], MetaRecord[Annotation, AnnotationMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnnotationMeta
  2. RecordProvider
  3. JavaAnnotationMeta
  4. MetaRecord
  5. UntypedMetaRecord
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnnotationMeta()

Type Members

  1. 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 ANNOTATION_SDESC: TStruct

  7. val KEY_FDESC: TField

  8. val UNKNOWN_FIELD: TField

  9. val VALUE_FDESC: TField

  10. object _Fields

  11. val annotations: Annotations

    Definition Classes
    AnnotationMeta → UntypedMetaRecord
  12. def apply(key: String, value: String): Annotation

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def createRawRecord: RawAnnotation

    Definition Classes
    AnnotationMeta → MetaRecord
  16. def createRecord: Annotation

    Definition Classes
    AnnotationMeta → RecordProvider → MetaRecord
  17. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    AnnotationMeta → UntypedMetaRecord
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. val fields: Seq[FieldDescriptor[_, Annotation, AnnotationMeta]]

    Definition Classes
    AnnotationMeta → MetaRecord
  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 hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

  25. def ifInstanceFrom(x: AnyRef): Option[Annotation]

    Definition Classes
    AnnotationMeta → MetaRecord
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val key: OptionalFieldDescriptor[String, Annotation, AnnotationMeta]

  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def recordName: String

    Definition Classes
    AnnotationMeta → UntypedMetaRecord
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def untypedFields: Seq[UntypedFieldDescriptor]

    Definition Classes
    AnnotationMeta → UntypedMetaRecord
  35. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    AnnotationMeta → UntypedMetaRecord
  36. val value: OptionalFieldDescriptor[String, Annotation, AnnotationMeta]

  37. final def wait(): Unit

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

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

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

Inherited from RecordProvider[Annotation]

Inherited from JavaAnnotationMeta[Annotation, RawAnnotation, AnnotationMeta]

Inherited from MetaRecord[Annotation, AnnotationMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped