Package

com.gu.contentatom.thrift.atom

recipe

Permalink

package recipe

Visibility
  1. Public
  2. All

Type Members

  1. trait Ingredient extends ThriftStruct with Product5[String, Option[String], Option[Double], Option[Range], Option[String]] with HasThriftStructCodec3[Ingredient] with Serializable

    Permalink
  2. trait IngredientsList extends ThriftStruct with Product2[Option[String], Seq[Ingredient]] with HasThriftStructCodec3[IngredientsList] with Serializable

    Permalink
  3. trait Range extends ThriftStruct with Product2[Short, Short] with HasThriftStructCodec3[Range] with Serializable

    Permalink
  4. trait RecipeAtom extends ThriftStruct with Product9[String, Tags, Time, Option[Serves], Seq[IngredientsList], Seq[String], Seq[String], Seq[Image], Option[String]] with HasThriftStructCodec3[RecipeAtom] with Serializable

    Permalink
  5. trait Serves extends ThriftStruct with Product4[String, Short, Short, Option[String]] with HasThriftStructCodec3[Serves] with Serializable

    Permalink
  6. trait Tags extends ThriftStruct with Product4[Seq[String], Seq[String], Seq[String], Seq[String]] with HasThriftStructCodec3[Tags] with Serializable

    Permalink
  7. trait Time extends ThriftStruct with Product2[Option[Short], Option[Short]] with HasThriftStructCodec3[Time] with Serializable

    Permalink

Value Members

  1. object Ingredient extends ThriftStructCodec3[Ingredient] with Serializable

    Permalink
  2. object IngredientsList extends ThriftStructCodec3[IngredientsList] with Serializable

    Permalink
  3. object Range extends ThriftStructCodec3[Range] with Serializable

    Permalink
  4. object RecipeAtom extends ThriftStructCodec3[RecipeAtom] with Serializable

    Permalink
  5. object Serves extends ThriftStructCodec3[Serves] with Serializable

    Permalink
  6. object Tags extends ThriftStructCodec3[Tags] with Serializable

    Permalink
  7. object Time extends ThriftStructCodec3[Time] with Serializable

    Permalink

Ungrouped