Package

com.gu.contentatom.thrift.atom

recipe

Permalink

package recipe

Visibility
  1. Public
  2. All

Type Members

  1. trait Ingredient extends ThriftStruct with Product4[String, Option[String], Double, Option[String]] with Serializable

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

    Permalink
  3. trait RecipeAtom extends ThriftStruct with Product7[String, Tags, Time, Option[Serves], Seq[IngredientsList], Seq[String], Seq[String]] with Serializable

    Permalink
  4. trait Serves extends ThriftStruct with Product3[String, Short, Short] with Serializable

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

    Permalink
  6. trait Time extends ThriftStruct with Product2[Option[Short], Option[Short]] 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 RecipeAtom extends ThriftStructCodec3[RecipeAtom] with Serializable

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

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

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

    Permalink

Ungrouped