Object/Trait

com.gu.contentatom.thrift.atom.recipe

RecipeAtom

Related Docs: trait RecipeAtom | package recipe

Permalink

object RecipeAtom extends ThriftStructCodec3[RecipeAtom] with Serializable

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

Type Members

  1. class Immutable extends RecipeAtom

    Permalink

    The default read-only implementation of RecipeAtom.

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

  2. trait Proxy extends RecipeAtom

    Permalink

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

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 CreditsField: TField

    Permalink
  5. val CreditsFieldManifest: Manifest[Seq[String]]

    Permalink
  6. val ImagesField: TField

    Permalink
  7. val ImagesFieldManifest: Manifest[Seq[Image]]

    Permalink
  8. object Immutable extends ThriftStructCodec3[RecipeAtom] with Serializable

    Permalink
  9. val IngredientsListsField: TField

    Permalink
  10. val IngredientsListsFieldManifest: Manifest[Seq[IngredientsList]]

    Permalink
  11. val ServesField: TField

    Permalink
  12. val ServesFieldManifest: Manifest[Serves]

    Permalink
  13. val SourceArticleIdField: TField

    Permalink
  14. val SourceArticleIdFieldManifest: Manifest[String]

    Permalink
  15. val StepsField: TField

    Permalink
  16. val StepsFieldManifest: Manifest[Seq[String]]

    Permalink
  17. val Struct: TStruct

    Permalink
  18. val TagsField: TField

    Permalink
  19. val TagsFieldManifest: Manifest[Tags]

    Permalink
  20. val TimeField: TField

    Permalink
  21. val TimeFieldManifest: Manifest[Time]

    Permalink
  22. val TitleField: TField

    Permalink
  23. val TitleFieldManifest: Manifest[String]

    Permalink
  24. def apply(title: String, tags: Tags, time: Time, serves: Option[Serves] = _root_.scala.None, ingredientsLists: Seq[IngredientsList] = ..., steps: Seq[String] = Seq[String](), credits: Seq[String] = Seq[String](), images: Seq[Image] = ..., sourceArticleId: Option[String] = _root_.scala.None): RecipeAtom

    Permalink
  25. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def decode(_iprot: TProtocol): RecipeAtom

    Permalink
    Definition Classes
    RecipeAtom → ThriftStructCodec
  28. def encode(_item: RecipeAtom, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    RecipeAtom → ThriftStructCodec
  29. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Permalink

    Field information in declaration order.

  32. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. lazy val metaData: ThriftStructMetaData[RecipeAtom]

    Permalink
    Definition Classes
    ThriftStructCodec
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. lazy val structAnnotations: Map[String, String]

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  44. def unapply(_item: RecipeAtom): Option[(String, Tags, Time, Option[Serves], Seq[IngredientsList], Seq[String], Seq[String], Seq[Image], Option[String])]

    Permalink
  45. def validate(_item: RecipeAtom): Unit

    Permalink

    Checks that all required fields are non-null.

  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def withoutPassthroughFields(original: RecipeAtom): RecipeAtom

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[RecipeAtom]

Inherited from ThriftStructCodec[RecipeAtom]

Inherited from AnyRef

Inherited from Any

Ungrouped