object Type extends Enum[Type] with PlayJsonEnum[Type]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- PlayJsonEnum
- Enum
- EnumCompat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def contraJsonWrites[B <: Type]: Writes[B]
- Definition Classes
- PlayJsonEnum
- implicit def contraKeyWrites[K <: Type]: KeyWrites[K]
- Definition Classes
- PlayJsonEnum
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extraNamesToValuesMap: Map[String, Type]
- Definition Classes
- Enum
- macro def findValues: IndexedSeq[Type]
- Attributes
- protected
- Definition Classes
- EnumCompat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def indexOf(member: Type): Int
- Definition Classes
- Enum
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val jsonFormat: Format[Type]
- Definition Classes
- PlayJsonEnum
- implicit val keyReads: KeyReads[Type]
- Definition Classes
- PlayJsonEnum
- implicit val keyWrites: KeyWrites[Type]
- Definition Classes
- PlayJsonEnum
- final lazy val lowerCaseNamesToValuesMap: Map[String, Type]
- Definition Classes
- Enum
- lazy val namesToValuesMap: Map[String, Type]
- Definition Classes
- Enum
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final lazy val upperCaseNameValuesToMap: Map[String, Type]
- Definition Classes
- Enum
- val values: IndexedSeq[Type]
- Definition Classes
- Type → EnumCompat
- final lazy val valuesToIndex: Map[Type, Int]
- Definition Classes
- Enum
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withName(name: String): Type
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameEither(name: String): Either[NoSuchMember[Type], Type]
- Definition Classes
- Enum
- def withNameInsensitive(name: String): Type
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameInsensitiveEither(name: String): Either[NoSuchMember[Type], Type]
- Definition Classes
- Enum
- def withNameInsensitiveOption(name: String): Option[Type]
- Definition Classes
- Enum
- def withNameLowercaseOnly(name: String): Type
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[Type], Type]
- Definition Classes
- Enum
- def withNameLowercaseOnlyOption(name: String): Option[Type]
- Definition Classes
- Enum
- def withNameOption(name: String): Option[Type]
- Definition Classes
- Enum
- def withNameUppercaseOnly(name: String): Type
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[Type], Type]
- Definition Classes
- Enum
- def withNameUppercaseOnlyOption(name: String): Option[Type]
- Definition Classes
- Enum
- case object GeneratedInError extends Type with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated