package
thrift
Type Members
-
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
-
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
-
sealed
trait
EntityType extends ThriftEnum with Serializable
-
trait
Geolocation extends ThriftStruct with Product2[Double, Double] with ValidatingThriftStruct[Geolocation] with Serializable
-
trait
Price extends ThriftStruct with Product2[String, Int] with ValidatingThriftStruct[Price] with Serializable
Value Members
-
object
Address extends ValidatingThriftStructCodec3[Address] with StructBuilderFactory[Address] with Serializable
-
object
Entity extends ValidatingThriftStructCodec3[Entity] with StructBuilderFactory[Entity] with Serializable
-
object
EntityType extends ThriftEnumObject[EntityType] with Serializable
-
object
Geolocation extends ValidatingThriftStructCodec3[Geolocation] with StructBuilderFactory[Geolocation] with Serializable
-
object
Price extends ValidatingThriftStructCodec3[Price] with StructBuilderFactory[Price] with Serializable
-