object SchemaRecipe extends ValidatingThriftStructCodec3[SchemaRecipe] with StructBuilderFactory[SchemaRecipe] with Serializable
- Alphabetic
- By Inheritance
- SchemaRecipe
- Serializable
- StructBuilderFactory
- ValidatingThriftStructCodec3
- ThriftStructCodec3
- ThriftStructCodec
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class Immutable extends SchemaRecipe
The default read-only implementation of SchemaRecipe.
The default read-only implementation of SchemaRecipe. You typically should not need to directly reference this class; instead, use the SchemaRecipe.apply method to construct new instances.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AuthorField: TField
- val AuthorFieldManifest: Manifest[AuthorInfo]
- val CookTimeField: TField
- val CookTimeFieldManifest: Manifest[String]
- val CookingMethodField: TField
- val CookingMethodFieldManifest: Manifest[Seq[String]]
- val DatePublishedField: TField
- val DatePublishedFieldManifest: Manifest[String]
- val DescriptionField: TField
- val DescriptionFieldManifest: Manifest[String]
- val ImageField: TField
- val ImageFieldManifest: Manifest[String]
- val NameField: TField
- val NameFieldManifest: Manifest[String]
- val PrepTimeField: TField
- val PrepTimeFieldManifest: Manifest[String]
- val RecipeCategoryField: TField
- val RecipeCategoryFieldManifest: Manifest[Seq[String]]
- val RecipeCuisineField: TField
- val RecipeCuisineFieldManifest: Manifest[Seq[String]]
- val RecipeIngredientField: TField
- val RecipeIngredientFieldManifest: Manifest[Seq[String]]
- val RecipeInstructionsField: TField
- val RecipeInstructionsFieldManifest: Manifest[Seq[RecipeStep]]
- val RecipeYieldField: TField
- val RecipeYieldFieldManifest: Manifest[Seq[String]]
- val Struct: TStruct
- val SuitableForDietField: TField
- val SuitableForDietFieldManifest: Manifest[Seq[String]]
- val TotalTimeField: TField
- val TotalTimeFieldManifest: Manifest[String]
- val UrlField: TField
- val UrlFieldManifest: Manifest[String]
- val _AtContextField: TField
- val _AtContextFieldManifest: Manifest[String]
- val _AtTypeField: TField
- val _AtTypeFieldManifest: Manifest[String]
- def apply(_atContext: String, _atType: String, name: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, image: Option[String] = _root_.scala.None, datePublished: Option[String] = _root_.scala.None, url: Option[String] = _root_.scala.None, recipeCategory: Option[Seq[String]] = _root_.scala.None, recipeCuisine: Option[Seq[String]] = _root_.scala.None, recipeIngredient: Option[Seq[String]] = _root_.scala.None, recipeInstructions: Option[Seq[RecipeStep]] = _root_.scala.None, recipeYield: Option[Seq[String]] = _root_.scala.None, prepTime: Option[String] = _root_.scala.None, cookTime: Option[String] = _root_.scala.None, totalTime: Option[String] = _root_.scala.None, author: Option[AuthorInfo] = _root_.scala.None, suitableForDiet: Option[Seq[String]] = _root_.scala.None, cookingMethod: Option[Seq[String]] = _root_.scala.None): SchemaRecipe
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def decode(_iprot: TProtocol): SchemaRecipe
- Definition Classes
- SchemaRecipe → ThriftStructCodec
- def encode(_item: SchemaRecipe, _oproto: TProtocol): Unit
- Definition Classes
- SchemaRecipe → ThriftStructCodec
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- lazy val fieldInfos: List[ThriftStructFieldInfo]
Field information in declaration order.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val metaData: ThriftStructMetaData[SchemaRecipe]
- Definition Classes
- SchemaRecipe → ThriftStructCodec
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder(): StructBuilder[SchemaRecipe]
- Definition Classes
- SchemaRecipe → StructBuilderFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val structAnnotations: Map[String, String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def ttypeToString(byte: Byte): String
- Attributes
- protected
- Definition Classes
- ThriftStructCodec3
- def unapply(_item: SchemaRecipe): Option[(String, String, Option[String], Option[String], Option[String], Option[String], Option[String], Option[Seq[String]], Option[Seq[String]], Option[Seq[String]], Option[Seq[RecipeStep]], Option[Seq[String]], Option[String], Option[String], Option[String], Option[AuthorInfo], Option[Seq[String]], Option[Seq[String]])]
- lazy val unsafeEmpty: SchemaRecipe
- def validate(_item: SchemaRecipe): Unit
Checks that all required fields are non-null.
- final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
- Attributes
- protected
- Definition Classes
- ValidatingThriftStructCodec3
- final def validateFieldValue[U <: ValidatingThriftStruct[U]](fieldName: String, fieldValue: Any, fieldAnnotations: Map[String, String], thriftValidatorOpt: Option[ThriftValidator]): Set[ThriftValidationViolation]
- Attributes
- protected
- Definition Classes
- ValidatingThriftStructCodec3
- def validateInstanceValue(item: SchemaRecipe): Set[ThriftValidationViolation]
Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.
Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.
- Definition Classes
- SchemaRecipe → ValidatingThriftStructCodec3
- def validateNewInstance(item: SchemaRecipe): Seq[Issue]
Checks that the struct is a valid as a new instance.
Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.
- Definition Classes
- SchemaRecipe → ValidatingThriftStructCodec3
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withoutPassthroughFields(original: SchemaRecipe): SchemaRecipe
- object Immutable extends ThriftStructCodec3[SchemaRecipe] with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)