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. object Immutable extends ThriftStructCodec3[RecipeAtom] with Serializable

    Permalink
  7. val IngredientsListsField: TField

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

    Permalink
  9. val ServesField: TField

    Permalink
  10. val ServesFieldManifest: Manifest[Serves]

    Permalink
  11. val StepsField: TField

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

    Permalink
  13. val Struct: TStruct

    Permalink
  14. val TagsField: TField

    Permalink
  15. val TagsFieldManifest: Manifest[Tags]

    Permalink
  16. val TimeField: TField

    Permalink
  17. val TimeFieldManifest: Manifest[Time]

    Permalink
  18. val TitleField: TField

    Permalink
  19. val TitleFieldManifest: Manifest[String]

    Permalink
  20. def apply(title: String, tags: Tags, time: Time, serves: Option[Serves] = None, ingredientsLists: Seq[IngredientsList] = Seq[IngredientsList](), steps: Seq[String] = Seq[String](), credits: Seq[String] = Seq[String]()): RecipeAtom

    Permalink
  21. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    RecipeAtom → ThriftStructCodec
  24. val decoder: (TProtocol) ⇒ RecipeAtom

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

    Permalink
    Definition Classes
    RecipeAtom → ThriftStructCodec
  26. val encoder: (RecipeAtom, TProtocol) ⇒ Unit

    Permalink
    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  27. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  30. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def unapply(_item: RecipeAtom): Option[Product7[String, Tags, Time, Option[Serves], Seq[IngredientsList], Seq[String], Seq[String]]]

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

    Permalink

    Checks that all required fields are non-null.

  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[RecipeAtom]

Inherited from ThriftStructCodec[RecipeAtom]

Inherited from AnyRef

Inherited from Any

Ungrouped