com.foursquare.spindle.test.gen

TestStructNestedCollections

object TestStructNestedCollections extends TestStructNestedCollectionsMeta with Serializable

Linear Supertypes
Serializable, Serializable, TestStructNestedCollectionsMeta, RecordProvider[TestStructNestedCollections], JavaTestStructNestedCollectionsMeta[TestStructNestedCollections, RawTestStructNestedCollections, TestStructNestedCollectionsMeta], MetaRecord[TestStructNestedCollections, TestStructNestedCollectionsMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestStructNestedCollections
  2. Serializable
  3. Serializable
  4. TestStructNestedCollectionsMeta
  5. RecordProvider
  6. JavaTestStructNestedCollectionsMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

  2. 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. object Builder

  7. val LISTBINARY_FDESC: TField

  8. val LISTBOOL_FDESC: TField

  9. val LISTBYTE_FDESC: TField

  10. val LISTDOUBLE_FDESC: TField

  11. val LISTI16_FDESC: TField

  12. val LISTI32_FDESC: TField

  13. val LISTI64_FDESC: TField

  14. val LISTSTRING_FDESC: TField

  15. val LISTSTRUCT_FDESC: TField

  16. val MAPBINARY_FDESC: TField

  17. val MAPBOOL_FDESC: TField

  18. val MAPBYTE_FDESC: TField

  19. val MAPDOUBLE_FDESC: TField

  20. val MAPI16_FDESC: TField

  21. val MAPI32_FDESC: TField

  22. val MAPI64_FDESC: TField

  23. val MAPSTRING_FDESC: TField

  24. val MAPSTRUCT_FDESC: TField

  25. val SETBINARY_FDESC: TField

  26. val SETBOOL_FDESC: TField

  27. val SETBYTE_FDESC: TField

  28. val SETDOUBLE_FDESC: TField

  29. val SETI16_FDESC: TField

  30. val SETI32_FDESC: TField

  31. val SETI64_FDESC: TField

  32. val SETSTRING_FDESC: TField

  33. val SETSTRUCT_FDESC: TField

  34. val TESTSTRUCTNESTEDCOLLECTIONS_SDESC: TStruct

  35. val UNKNOWN_FIELD: TField

  36. object _Fields

  37. val annotations: Annotations

    Definition Classes
    TestStructNestedCollectionsMeta → UntypedMetaRecord
  38. def apply(listBool: Seq[Seq[Boolean]], listByte: Seq[Seq[Byte]], listI16: Seq[Seq[Short]], listI32: Seq[Seq[Int]], listI64: Seq[Seq[Long]], listDouble: Seq[Seq[Double]], listString: Seq[Seq[String]], listBinary: Seq[Seq[ByteBuffer]], listStruct: Seq[Seq[InnerStruct]], setBool: Set[Set[Boolean]], setByte: Set[Set[Byte]], setI16: Set[Set[Short]], setI32: Set[Set[Int]], setI64: Set[Set[Long]], setDouble: Set[Set[Double]], setString: Set[Set[String]], setBinary: Set[Set[ByteBuffer]], setStruct: Set[Set[InnerStruct]], mapBool: Map[String, Map[String, Boolean]], mapByte: Map[String, Map[String, Byte]], mapI16: Map[String, Map[String, Short]], mapI32: Map[String, Map[String, Int]], mapI64: Map[String, Map[String, Long]], mapDouble: Map[String, Map[String, Double]], mapString: Map[String, Map[String, String]], mapBinary: Map[String, Map[String, ByteBuffer]], mapStruct: Map[String, Map[String, InnerStruct]]): TestStructNestedCollections

  39. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  40. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. implicit val companionProvider: TestStructNestedCollectionsCompanionProvider

  42. def createRawRecord: RawTestStructNestedCollections

    Definition Classes
    TestStructNestedCollectionsMeta → MetaRecord
  43. def createRecord: TestStructNestedCollections

    Definition Classes
    TestStructNestedCollectionsMeta → RecordProvider → MetaRecord
  44. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    TestStructNestedCollectionsMeta → UntypedMetaRecord
  45. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  47. val fields: Seq[FieldDescriptor[_, TestStructNestedCollections, TestStructNestedCollectionsMeta]]

    Definition Classes
    TestStructNestedCollectionsMeta → MetaRecord
  48. def finalize(): Unit

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

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

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

  52. def ifInstanceFrom(x: AnyRef): Option[TestStructNestedCollections]

    Definition Classes
    TestStructNestedCollectionsMeta → MetaRecord
  53. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  54. val listBinary: OptionalFieldDescriptor[Seq[Seq[ByteBuffer]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  55. val listBool: OptionalFieldDescriptor[Seq[Seq[Boolean]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  56. val listByte: OptionalFieldDescriptor[Seq[Seq[Byte]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  57. val listDouble: OptionalFieldDescriptor[Seq[Seq[Double]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  58. val listI16: OptionalFieldDescriptor[Seq[Seq[Short]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  59. val listI32: OptionalFieldDescriptor[Seq[Seq[Int]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  60. val listI64: OptionalFieldDescriptor[Seq[Seq[Long]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  61. val listString: OptionalFieldDescriptor[Seq[Seq[String]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  62. val listStruct: OptionalFieldDescriptor[Seq[Seq[InnerStruct]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  63. val mapBinary: OptionalFieldDescriptor[Map[String, Map[String, ByteBuffer]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  64. val mapBool: OptionalFieldDescriptor[Map[String, Map[String, Boolean]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  65. val mapByte: OptionalFieldDescriptor[Map[String, Map[String, Byte]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  66. val mapDouble: OptionalFieldDescriptor[Map[String, Map[String, Double]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  67. val mapI16: OptionalFieldDescriptor[Map[String, Map[String, Short]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  68. val mapI32: OptionalFieldDescriptor[Map[String, Map[String, Int]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  69. val mapI64: OptionalFieldDescriptor[Map[String, Map[String, Long]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  70. val mapString: OptionalFieldDescriptor[Map[String, Map[String, String]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  71. val mapStruct: OptionalFieldDescriptor[Map[String, Map[String, InnerStruct]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

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

    Definition Classes
    AnyRef
  73. def newBuilder: AllUnspecified

  74. final def notify(): Unit

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

    Definition Classes
    AnyRef
  76. def recordName: String

    Definition Classes
    TestStructNestedCollectionsMeta → UntypedMetaRecord
  77. val setBinary: OptionalFieldDescriptor[Set[Set[ByteBuffer]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  78. val setBool: OptionalFieldDescriptor[Set[Set[Boolean]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  79. val setByte: OptionalFieldDescriptor[Set[Set[Byte]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  80. val setDouble: OptionalFieldDescriptor[Set[Set[Double]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  81. val setI16: OptionalFieldDescriptor[Set[Set[Short]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  82. val setI32: OptionalFieldDescriptor[Set[Set[Int]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  83. val setI64: OptionalFieldDescriptor[Set[Set[Long]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  84. val setString: OptionalFieldDescriptor[Set[Set[String]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  85. val setStruct: OptionalFieldDescriptor[Set[Set[InnerStruct]], TestStructNestedCollections, TestStructNestedCollectionsMeta]

  86. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  87. def toString(): String

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

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

    Definition Classes
    TestStructNestedCollectionsMeta → UntypedMetaRecord
  90. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from RecordProvider[TestStructNestedCollections]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped