object User extends ValidatingThriftStructCodec3[User] with StructBuilderFactory[User] with Serializable

Linear Supertypes
Serializable, StructBuilderFactory[User], ValidatingThriftStructCodec3[User], ThriftStructCodec3[User], ThriftStructCodec[User], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. User
  2. Serializable
  3. StructBuilderFactory
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Immutable extends User

    The default read-only implementation of User.

    The default read-only implementation of User. You typically should not need to directly reference this class; instead, use the User.apply method to construct new instances.

  2. trait Proxy extends User

    This Proxy trait allows you to extend the User trait with additional state or behavior and implement the read-only methods from User using an underlying instance.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val EmailField: TField
  5. val EmailFieldManifest: Manifest[String]
  6. val FirstNameField: TField
  7. val FirstNameFieldManifest: Manifest[String]
  8. val LastNameField: TField
  9. val LastNameFieldManifest: Manifest[String]
  10. val NoPassthroughFields: Map[Short, TFieldBlob]
  11. val Struct: TStruct
  12. def apply(email: String, firstName: Option[String] = _root_.scala.None, lastName: Option[String] = _root_.scala.None): User
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. def decode(_iprot: TProtocol): User
    Definition Classes
    User → ThriftStructCodec
  16. def encode(_item: User, _oproto: TProtocol): Unit
    Definition Classes
    User → ThriftStructCodec
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. lazy val metaData: ThriftStructMetaData[User]
    Definition Classes
    User → ThriftStructCodec
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def newBuilder(): StructBuilder[User]
    Definition Classes
    User → StructBuilderFactory
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val structAnnotations: Map[String, String]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  32. def unapply(_item: User): Option[(String, Option[String], Option[String])]
  33. def validate(_item: User): Unit

    Checks that all required fields are non-null.

  34. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  35. def validateNewInstance(item: User): Seq[Issue]

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    User → ValidatingThriftStructCodec3
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def withoutPassthroughFields(original: User): User
  40. object Immutable extends ThriftStructCodec3[User] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from StructBuilderFactory[User]

Inherited from ValidatingThriftStructCodec3[User]

Inherited from ThriftStructCodec3[User]

Inherited from ThriftStructCodec[User]

Inherited from AnyRef

Inherited from Any

Ungrouped