Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawTypeRegistry

Related Doc: package descriptors

Permalink

final class RawTypeRegistry extends JavaTypeRegistryRaw[Type, TypeRegistry, RawTypeRegistry, TypeRegistryMeta] with MutableTypeRegistry

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawTypeRegistry
  2. MutableTypeRegistry
  3. TypeRegistry
  4. TBase
  5. Serializable
  6. JavaTypeRegistryRaw
  7. JavaTypeRegistryMutable
  8. MutableRecord
  9. JavaTypeRegistry
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawTypeRegistry()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: TypeRegistry): Boolean

    Permalink
    Definition Classes
    TypeRegistry → Ordered
  4. def <=(that: TypeRegistry): Boolean

    Permalink
    Definition Classes
    TypeRegistry → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: TypeRegistry): Boolean

    Permalink
    Definition Classes
    TypeRegistry → Ordered
  7. def >=(that: TypeRegistry): Boolean

    Permalink
    Definition Classes
    TypeRegistry → Ordered
  8. def aliasToTypeId(): Map[String, String]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  9. def aliasToTypeIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  10. def aliasToTypeIdOption(): Option[Map[String, String]]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  11. def aliasToTypeIdOrDefault(): Map[String, String]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  12. def aliasToTypeIdOrNull(): Map[String, String]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  13. def aliasToTypeIdOrThrow(): Map[String, String]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  14. def aliasToTypeIdUnset(): Unit

    Permalink
    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  15. def aliasToTypeId_=(x: Map[String, String]): Unit

    Permalink
    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clear(): Unit

    Permalink
    Definition Classes
    RawTypeRegistry → TBase
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compare(that: TypeRegistry): Int

    Permalink
    Definition Classes
    TypeRegistry → Ordered
  20. def compareTo(that: TypeRegistry): Int

    Permalink
    Definition Classes
    TypeRegistry → Ordered → Comparable
  21. def copy(idToType: Map[String, Type] = idToTypeOrNull, aliasToTypeId: Map[String, String] = aliasToTypeIdOrNull): RawTypeRegistry

    Permalink
  22. def deepCopy(): RawTypeRegistry

    Permalink
    Definition Classes
    RawTypeRegistryTypeRegistry → TBase
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(that: TypeRegistry): Boolean

    Permalink
  25. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawTypeRegistry → AnyRef → Any
  26. def fieldForId(id: Int): TypeRegistry._Fields

    Permalink
    Definition Classes
    RawTypeRegistry → TBase
  27. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def getFieldValue(field: TypeRegistry._Fields): AnyRef

    Permalink
    Definition Classes
    RawTypeRegistry → TBase
  30. def getSetFields: Seq[Any]

    Permalink
  31. def hashCode(): Int

    Permalink
    Definition Classes
    RawTypeRegistry → AnyRef → Any
  32. def idToType(): Map[String, Type]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  33. def idToTypeIsSet(): Boolean

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  34. def idToTypeOption(): Option[Map[String, Type]]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  35. def idToTypeOrDefault(): Map[String, Type]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  36. def idToTypeOrNull(): Map[String, Type]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  37. def idToTypeOrThrow(): Map[String, Type]

    Permalink
    Definition Classes
    RawTypeRegistry → JavaTypeRegistry
  38. def idToTypeUnset(): Unit

    Permalink
    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  39. def idToType_=(x: Map[String, Type]): Unit

    Permalink
    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isSet(field: TypeRegistry._Fields): Boolean

    Permalink
    Definition Classes
    RawTypeRegistry → TBase
  42. def merge(that: TypeRegistry): Unit

    Permalink
  43. def mergeCopy(that: TypeRegistry): TypeRegistry

    Permalink
    Definition Classes
    RawTypeRegistryTypeRegistryRecord
  44. def meta: TypeRegistryMeta

    Permalink
    Definition Classes
    RawTypeRegistryTypeRegistryRecordUntypedRecord
  45. def mutable: MutableTypeRegistry

    Permalink

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableTypeRegistryTypeRegistry
  46. def mutableCopy(): MutableTypeRegistry

    Permalink
    Definition Classes
    TypeRegistry
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  50. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawTypeRegistry → TBase → UntypedRecord
  51. def setFieldValue(field: TypeRegistry._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawTypeRegistry → TBase
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    TypeRegistry
  54. def toString(): String

    Permalink
    Definition Classes
    RawTypeRegistry → AnyRef → Any
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawTypeRegistryTypeRegistry → TBase → UntypedRecord

Inherited from MutableTypeRegistry

Inherited from TypeRegistry

Inherited from TBase[TypeRegistry, TypeRegistry._Fields]

Inherited from Serializable

Inherited from JavaTypeRegistryRaw[Type, TypeRegistry, RawTypeRegistry, TypeRegistryMeta]

Inherited from JavaTypeRegistryMutable[Type, TypeRegistry, RawTypeRegistry, TypeRegistryMeta]

Inherited from MutableRecord[TypeRegistry]

Inherited from JavaTypeRegistry[Type, TypeRegistry, RawTypeRegistry, TypeRegistryMeta]

Inherited from Record[TypeRegistry]

Inherited from Ordered[TypeRegistry]

Inherited from Comparable[TypeRegistry]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped