Packages

case class GenCaseInfo[T](flags: TypeFlags, sourceName: String, annotName: commons.Opt[name], transparent: Boolean, defaultCase: Boolean) extends GenCodecStructure[T] with Product with Serializable

Annotations
@positioned( point = positioned.here )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenCaseInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GenCodecStructure
  7. GenInfo
  8. TypedMetadata
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenCaseInfo(flags: TypeFlags, sourceName: String, annotName: commons.Opt[name], transparent: Boolean, defaultCase: Boolean)

Value Members

  1. val annotName: commons.Opt[name]
    Definition Classes
    GenCaseInfoGenInfo
  2. val defaultCase: Boolean
  3. val flags: TypeFlags
    Definition Classes
    GenCaseInfoGenCodecStructure
  4. def rawName: String
    Definition Classes
    GenInfo
  5. val sourceName: String
    Definition Classes
    GenCaseInfoGenInfo
  6. val transparent: Boolean