com.foursquare.spindle.test.gen

TestStructNoString

object TestStructNoString extends TestStructNoStringMeta with Serializable

Linear Supertypes
Serializable, Serializable, TestStructNoStringMeta, RecordProvider[TestStructNoString], JavaTestStructNoStringMeta[TestStructNoString, RawTestStructNoString, TestStructNoStringMeta], MetaRecord[TestStructNoString, TestStructNoStringMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestStructNoString
  2. Serializable
  3. Serializable
  4. TestStructNoStringMeta
  5. RecordProvider
  6. JavaTestStructNoStringMeta
  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
    TestStructNoStringMeta

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
    TestStructNoStringMeta
  7. val ABOOL_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  8. val ABYTE_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  9. val ADOUBLE_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  10. val ALIST_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  11. val AMAP_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  12. val AMYBINARY_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  13. val ANI16_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  14. val ANI32_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  15. val ANI64_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  16. val ASET_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  17. val ASTRUCTLIST_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  18. val ASTRUCT_FDESC: TField

    Definition Classes
    TestStructNoStringMeta
  19. object Builder

  20. val TESTSTRUCTNOSTRING_SDESC: TStruct

    Definition Classes
    TestStructNoStringMeta
  21. val UNKNOWN_FIELD: TField

    Definition Classes
    TestStructNoStringMeta
  22. object _Fields

    Definition Classes
    TestStructNoStringMeta
  23. val aBinary: OptionalFieldDescriptor[ByteBuffer, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  24. val aBool: OptionalFieldDescriptor[Boolean, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  25. val aByte: OptionalFieldDescriptor[Byte, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  26. val aDouble: OptionalFieldDescriptor[Double, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  27. val aList: OptionalFieldDescriptor[Seq[Int], TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  28. val aMap: OptionalFieldDescriptor[Map[String, InnerStruct], TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  29. val aMyBinary: OptionalFieldDescriptor[MyBinary, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  30. val aSet: OptionalFieldDescriptor[Set[String], TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  31. val aStruct: StructFieldDescriptor[TestStructNoString, TestStructNoStringMeta, InnerStruct, InnerStructMeta]

    Definition Classes
    TestStructNoStringMeta
  32. val aStructList: OptionalFieldDescriptor[Seq[InnerStruct], TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  33. val anI16: OptionalFieldDescriptor[Short, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  34. val anI32: OptionalFieldDescriptor[Int, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  35. val anI64: OptionalFieldDescriptor[Long, TestStructNoString, TestStructNoStringMeta]

    Definition Classes
    TestStructNoStringMeta
  36. val annotations: Annotations

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

    Definition Classes
    TestStructNoStringMeta
  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: TestStructNoStringCompanionProvider

  41. def createRawRecord: RawTestStructNoString

    Definition Classes
    TestStructNoStringMeta → MetaRecord
  42. def createRecord: TestStructNoString

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

    Definition Classes
    TestStructNoStringMeta → 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[_, TestStructNoString, TestStructNoStringMeta]]

    Definition Classes
    TestStructNoStringMeta → 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
    TestStructNoStringMeta
  51. def ifInstanceFrom(x: AnyRef): Option[TestStructNoString]

    Definition Classes
    TestStructNoStringMeta → 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
    TestStructNoStringMeta → 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
    TestStructNoStringMeta → UntypedMetaRecord
  61. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    TestStructNoStringMeta → 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
    TestStructNoStringMeta

Inherited from Serializable

Inherited from Serializable

Inherited from TestStructNoStringMeta

Inherited from RecordProvider[TestStructNoString]

Inherited from JavaTestStructNoStringMeta[TestStructNoString, RawTestStructNoString, TestStructNoStringMeta]

Inherited from MetaRecord[TestStructNoString, TestStructNoStringMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped