Packages

object JsonFormat extends GeneratedEnumCompanion[JsonFormat]

Linear Supertypes
GeneratedEnumCompanion[JsonFormat], Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonFormat
  2. GeneratedEnumCompanion
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Recognized extends JsonFormat
  2. final case class Unrecognized(unrecognizedValue: Int) extends JsonFormat with UnrecognizedEnum with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. type ValueType = JsonFormat
    Definition Classes
    GeneratedEnumCompanion

Value Members

  1. implicit def enumCompanion: GeneratedEnumCompanion[JsonFormat]
  2. def fromJavaValue(pbJavaSource: DescriptorProtos.FeatureSet.JsonFormat): JsonFormat
  3. def fromName(name: String): scala.Option[JsonFormat]
    Definition Classes
    GeneratedEnumCompanion
  4. def fromValue(__value: Int): JsonFormat
    Definition Classes
    JsonFormatGeneratedEnumCompanion
  5. def javaDescriptor: EnumDescriptor

    Returns the Java descriptors for this enum.

    Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

    Definition Classes
    JsonFormatGeneratedEnumCompanion
  6. def scalaDescriptor: EnumDescriptor
    Definition Classes
    JsonFormatGeneratedEnumCompanion
  7. def toJavaValue(pbScalaSource: JsonFormat): DescriptorProtos.FeatureSet.JsonFormat
  8. lazy val values: Seq[ValueType]
    Definition Classes
    JsonFormatGeneratedEnumCompanion
  9. object ALLOW extends JsonFormat with Recognized with Product with Serializable
    Annotations
    @SerialVersionUID()
  10. object JSON_FORMAT_UNKNOWN extends JsonFormat with Recognized with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. object LEGACY_BEST_EFFORT extends JsonFormat with Recognized with Product with Serializable
    Annotations
    @SerialVersionUID()