Packages

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

Linear Supertypes
Serializable, StructBuilderFactory[Asset], ValidatingThriftStructCodec3[Asset], ThriftStructCodec3[Asset], ThriftStructCodec[Asset], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Asset
  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 Asset

    The default read-only implementation of Asset.

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

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 FileField: TField
  5. val FileFieldManifest: Manifest[String]
  6. val MimeTypeField: TField
  7. val MimeTypeFieldManifest: Manifest[String]
  8. val Struct: TStruct
  9. val TypeDataField: TField
  10. val TypeDataFieldManifest: Manifest[AssetFields]
  11. val TypeField: TField
  12. val TypeFieldI32: TField
  13. val TypeFieldManifest: Manifest[AssetType]
  14. def apply(type: AssetType, mimeType: Option[String] = _root_.scala.None, file: Option[String] = _root_.scala.None, typeData: Option[AssetFields] = _root_.scala.None): Asset
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  17. def decode(_iprot: TProtocol): Asset
    Definition Classes
    Asset → ThriftStructCodec
  18. def encode(_item: Asset, _oproto: TProtocol): Unit
    Definition Classes
    Asset → ThriftStructCodec
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

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

    Checks that all required fields are non-null.

  37. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  38. final def validateFieldValue[U <: ValidatingThriftStruct[U]](fieldName: String, fieldValue: Any, fieldAnnotations: Map[String, String], thriftValidatorOpt: Option[ThriftValidator]): Set[ThriftValidationViolation]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  39. def validateInstanceValue(item: Asset): Set[ThriftValidationViolation]

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Definition Classes
    Asset → ValidatingThriftStructCodec3
  40. def validateNewInstance(item: Asset): 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
    Asset → ValidatingThriftStructCodec3
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def withoutPassthroughFields(original: Asset): Asset
  45. object Immutable extends ThriftStructCodec3[Asset] with Serializable

Deprecated Value Members

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

    (Since version 9)

Inherited from Serializable

Inherited from StructBuilderFactory[Asset]

Inherited from ValidatingThriftStructCodec3[Asset]

Inherited from ThriftStructCodec3[Asset]

Inherited from ThriftStructCodec[Asset]

Inherited from AnyRef

Inherited from Any

Ungrouped