com.foursquare.spindle.test.gen

TestStructNoMap

object TestStructNoMap extends TestStructNoMapMeta with Serializable

Linear Supertypes
Serializable, Serializable, TestStructNoMapMeta, RecordProvider[TestStructNoMap], JavaTestStructNoMapMeta[TestStructNoMap, RawTestStructNoMap, TestStructNoMapMeta], MetaRecord[TestStructNoMap, TestStructNoMapMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestStructNoMap
  2. Serializable
  3. Serializable
  4. TestStructNoMapMeta
  5. RecordProvider
  6. JavaTestStructNoMapMeta
  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

    Definition Classes
    TestStructNoMapMeta

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

    Definition Classes
    TestStructNoMapMeta
  7. val ABOOL_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  8. val ABYTE_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  9. val ADOUBLE_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  10. val ALIST_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  11. val AMYBINARY_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  12. val ANI16_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  13. val ANI32_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  14. val ANI64_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  15. val ASET_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  16. val ASTRING_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  17. val ASTRUCTLIST_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  18. val ASTRUCT_FDESC: TField

    Definition Classes
    TestStructNoMapMeta
  19. object Builder

  20. val TESTSTRUCTNOMAP_SDESC: TStruct

    Definition Classes
    TestStructNoMapMeta
  21. val UNKNOWN_FIELD: TField

    Definition Classes
    TestStructNoMapMeta
  22. object _Fields

    Definition Classes
    TestStructNoMapMeta
  23. val aBinary: OptionalFieldDescriptor[ByteBuffer, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  24. val aBool: OptionalFieldDescriptor[Boolean, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  25. val aByte: OptionalFieldDescriptor[Byte, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  26. val aDouble: OptionalFieldDescriptor[Double, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  27. val aList: OptionalFieldDescriptor[Seq[Int], TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  28. val aMyBinary: OptionalFieldDescriptor[MyBinary, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  29. val aSet: OptionalFieldDescriptor[Set[String], TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  30. val aString: OptionalFieldDescriptor[String, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  31. val aStruct: StructFieldDescriptor[TestStructNoMap, TestStructNoMapMeta, InnerStruct, InnerStructMeta]

    Definition Classes
    TestStructNoMapMeta
  32. val aStructList: OptionalFieldDescriptor[Seq[InnerStruct], TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  33. val anI16: OptionalFieldDescriptor[Short, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  34. val anI32: OptionalFieldDescriptor[Int, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  35. val anI64: OptionalFieldDescriptor[Long, TestStructNoMap, TestStructNoMapMeta]

    Definition Classes
    TestStructNoMapMeta
  36. val annotations: Annotations

    Definition Classes
    TestStructNoMapMeta → UntypedMetaRecord
  37. 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], aMyBinary: MyBinary, aStructList: Seq[InnerStruct]): TestStructNoMap

    Definition Classes
    TestStructNoMapMeta
  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def clone(): AnyRef

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

  41. def createRawRecord: RawTestStructNoMap

    Definition Classes
    TestStructNoMapMeta → MetaRecord
  42. def createRecord: TestStructNoMap

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

    Definition Classes
    TestStructNoMapMeta → 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[_, TestStructNoMap, TestStructNoMapMeta]]

    Definition Classes
    TestStructNoMapMeta → 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]

    Definition Classes
    TestStructNoMapMeta
  51. def ifInstanceFrom(x: AnyRef): Option[TestStructNoMap]

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

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

    Definition Classes
    AnyRef
  54. def newBuilder: AllUnspecified

  55. final def notify(): Unit

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

    Definition Classes
    AnyRef
  57. def recordName: String

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

    Definition Classes
    AnyRef
  59. def toString(): String

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

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

    Definition Classes
    TestStructNoMapMeta → UntypedMetaRecord
  62. final def wait(): Unit

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

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

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

    Definition Classes
    TestStructNoMapMeta

Inherited from Serializable

Inherited from Serializable

Inherited from TestStructNoMapMeta

Inherited from RecordProvider[TestStructNoMap]

Inherited from JavaTestStructNoMapMeta[TestStructNoMap, RawTestStructNoMap, TestStructNoMapMeta]

Inherited from MetaRecord[TestStructNoMap, TestStructNoMapMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped