Object/Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

Struct

Related Docs: trait Struct | package descriptors

Permalink

object Struct extends StructMeta with Serializable

Linear Supertypes
Serializable, Serializable, StructMeta, RecordProvider[Struct], JavaStructMeta[Struct, RawStruct, StructMeta], MetaRecord[Struct, StructMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Struct
  2. Serializable
  3. Serializable
  4. StructMeta
  5. RecordProvider
  6. JavaStructMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

    Permalink
  2. sealed abstract class _Fields extends TFieldIdEnum

    Permalink
    Definition Classes
    StructMeta

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ANNOTATIONS_FDESC: TField

    Permalink
    Definition Classes
    StructMeta
  5. object Builder

    Permalink
  6. val FIELDS_FDESC: TField

    Permalink
    Definition Classes
    StructMeta
  7. val NAME_FDESC: TField

    Permalink
    Definition Classes
    StructMeta
  8. val STRUCT_SDESC: TStruct

    Permalink
    Definition Classes
    StructMeta
  9. val UNKNOWN_FIELD: TField

    Permalink
    Definition Classes
    StructMeta
  10. object _Fields

    Permalink
    Definition Classes
    StructMeta
  11. implicit val __$comparator: Comparator[Struct]

    Permalink
  12. implicit val __$ordering: Ordering[Struct]

    Permalink
  13. val __annotations: OptionalFieldDescriptor[Seq[Annotation], Struct, StructMeta]

    Permalink
    Definition Classes
    StructMeta
  14. val __fields: OptionalFieldDescriptor[Seq[Field], Struct, StructMeta]

    Permalink
    Definition Classes
    StructMeta
  15. val annotations: Annotations

    Permalink
    Definition Classes
    StructMetaUntypedMetaRecord
  16. def apply(name: String, __fields: Seq[Field], __annotations: Seq[Annotation]): Struct

    Permalink
    Definition Classes
    StructMeta
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. implicit val companionProvider: StructCompanionProvider

    Permalink
  20. def createRawRecord: RawStruct

    Permalink
    Definition Classes
    StructMetaMetaRecord
  21. def createRecord: Struct

    Permalink
    Definition Classes
    StructMetaRecordProviderMetaRecord
  22. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    StructMetaUntypedMetaRecord
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val fields: Seq[FieldDescriptor[_, Struct, StructMeta]]

    Permalink
    Definition Classes
    StructMetaMetaRecord
  26. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    StructMeta
  30. def ifInstanceFrom(x: AnyRef): Option[Struct]

    Permalink
    Definition Classes
    StructMetaMetaRecord
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val name: OptionalFieldDescriptor[String, Struct, StructMeta]

    Permalink
    Definition Classes
    StructMeta
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def newBuilder: AllUnspecified

    Permalink
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def recordName: String

    Permalink
    Definition Classes
    StructMetaUntypedMetaRecord
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

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

    Permalink
    Definition Classes
    StructMetaUntypedMetaRecord
  41. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Permalink
    Definition Classes
    StructMetaUntypedMetaRecord
  42. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    StructMeta

Inherited from Serializable

Inherited from Serializable

Inherited from StructMeta

Inherited from RecordProvider[Struct]

Inherited from JavaStructMeta[Struct, RawStruct, StructMeta]

Inherited from MetaRecord[Struct, StructMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped