com.foursquare.spindle.test.gen

TestStructMeta

class TestStructMeta extends JavaTestStructMeta[TestStruct, RawTestStruct, TestStructMeta] with RecordProvider[TestStruct]

Linear Supertypes
RecordProvider[TestStruct], JavaTestStructMeta[TestStruct, RawTestStruct, TestStructMeta], MetaRecord[TestStruct, TestStructMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestStructMeta
  2. RecordProvider
  3. JavaTestStructMeta
  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 TestStructMeta()

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 ABINARY_FDESC: TField

  7. val ABOOL_FDESC: TField

  8. val ABYTE_FDESC: TField

  9. val ADOUBLE_FDESC: TField

  10. val ALIST_FDESC: TField

  11. val AMAP_FDESC: TField

  12. val AMYBINARY_FDESC: TField

  13. val ANI16_FDESC: TField

  14. val ANI32_FDESC: TField

  15. val ANI64_FDESC: TField

  16. val ASET_FDESC: TField

  17. val ASTRING_FDESC: TField

  18. val ASTRUCTLIST_FDESC: TField

  19. val ASTRUCT_FDESC: TField

  20. val TESTSTRUCT_SDESC: TStruct

  21. val UNKNOWN_FIELD: TField

  22. object _Fields

  23. val aBinary: OptionalFieldDescriptor[ByteBuffer, TestStruct, TestStructMeta]

  24. val aBool: OptionalFieldDescriptor[Boolean, TestStruct, TestStructMeta]

  25. val aByte: OptionalFieldDescriptor[Byte, TestStruct, TestStructMeta]

  26. val aDouble: OptionalFieldDescriptor[Double, TestStruct, TestStructMeta]

  27. val aList: OptionalFieldDescriptor[Seq[Int], TestStruct, TestStructMeta]

  28. val aMap: OptionalFieldDescriptor[Map[String, InnerStruct], TestStruct, TestStructMeta]

  29. val aMyBinary: OptionalFieldDescriptor[MyBinary, TestStruct, TestStructMeta]

  30. val aSet: OptionalFieldDescriptor[Set[String], TestStruct, TestStructMeta]

  31. val aString: OptionalFieldDescriptor[String, TestStruct, TestStructMeta]

  32. val aStruct: StructFieldDescriptor[TestStruct, TestStructMeta, InnerStruct, InnerStructMeta]

  33. val aStructList: OptionalFieldDescriptor[Seq[InnerStruct], TestStruct, TestStructMeta]

  34. val anI16: OptionalFieldDescriptor[Short, TestStruct, TestStructMeta]

  35. val anI32: OptionalFieldDescriptor[Int, TestStruct, TestStructMeta]

  36. val anI64: OptionalFieldDescriptor[Long, TestStruct, TestStructMeta]

  37. val annotations: Annotations

    Definition Classes
    TestStructMeta → UntypedMetaRecord
  38. def apply(aBool: Boolean, aByte: Byte, anI16: Short, anI32: Int, anI64: Long, aDouble: Double, aString: String, aBinary: ByteBuffer, aStruct: InnerStruct, aSet: Set[String], aList: Seq[Int], aMap: Map[String, InnerStruct], aMyBinary: MyBinary, aStructList: Seq[InnerStruct]): TestStruct

  39. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  40. def clone(): AnyRef

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

    Definition Classes
    TestStructMeta → MetaRecord
  42. def createRecord: TestStruct

    Definition Classes
    TestStructMeta → RecordProvider → MetaRecord
  43. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    TestStructMeta → UntypedMetaRecord
  44. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  46. val fields: Seq[FieldDescriptor[_, TestStruct, TestStructMeta]]

    Definition Classes
    TestStructMeta → MetaRecord
  47. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  49. def hashCode(): Int

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

  51. def ifInstanceFrom(x: AnyRef): Option[TestStruct]

    Definition Classes
    TestStructMeta → MetaRecord
  52. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  53. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  56. def recordName: String

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

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

    Definition Classes
    TestStructMeta → UntypedMetaRecord
  61. final def wait(): Unit

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

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

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

Inherited from RecordProvider[TestStruct]

Inherited from JavaTestStructMeta[TestStruct, RawTestStruct, TestStructMeta]

Inherited from MetaRecord[TestStruct, TestStructMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped