Package

com.gu.contententity

thrift

Permalink

package thrift

Visibility
  1. Public
  2. All

Type Members

  1. trait Address extends ThriftStruct with Product10[Option[String], Option[Short], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String]] with ValidatingThriftStruct[Address] with Serializable

    Permalink

    Prefer the companion object's com.gu.contententity.thrift.Address.apply for construction if you don't need to specify passthrough fields.

  2. trait Entity extends ThriftStruct with Product9[String, EntityType, Option[String], Option[Person], Option[Film], Option[Game], Option[Restaurant], Option[Place], Option[Organisation]] with ValidatingThriftStruct[Entity] with Serializable

    Permalink

    Prefer the companion object's com.gu.contententity.thrift.Entity.apply for construction if you don't need to specify passthrough fields.

  3. sealed trait EntityType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  4. trait Geolocation extends ThriftStruct with Product2[Double, Double] with ValidatingThriftStruct[Geolocation] with Serializable

    Permalink

    Prefer the companion object's com.gu.contententity.thrift.Geolocation.apply for construction if you don't need to specify passthrough fields.

  5. trait Price extends ThriftStruct with Product2[String, Int] with ValidatingThriftStruct[Price] with Serializable

    Permalink

    Prefer the companion object's com.gu.contententity.thrift.Price.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object Address extends ValidatingThriftStructCodec3[Address] with StructBuilderFactory[Address] with Serializable

    Permalink
  2. object Entity extends ValidatingThriftStructCodec3[Entity] with StructBuilderFactory[Entity] with Serializable

    Permalink
  3. object EntityType extends ThriftEnumObject[EntityType] with Serializable

    Permalink
    Annotations
    @Generated()
  4. object Geolocation extends ValidatingThriftStructCodec3[Geolocation] with StructBuilderFactory[Geolocation] with Serializable

    Permalink
  5. object Price extends ValidatingThriftStructCodec3[Price] with StructBuilderFactory[Price] with Serializable

    Permalink
  6. package entity

    Permalink

Ungrouped