Packages

case class GenUnionInfo[T](flags: TypeFlags, sourceName: String, annotName: commons.Opt[name], flatten: commons.Opt[flatten]) extends GenCodecStructure[T] with Product with Serializable

Annotations
@positioned( point = positioned.here )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenUnionInfo
  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 GenUnionInfo(flags: TypeFlags, sourceName: String, annotName: commons.Opt[name], flatten: commons.Opt[flatten])

Value Members

  1. val annotName: commons.Opt[name]
    Definition Classes
    GenUnionInfoGenInfo
  2. val flags: TypeFlags
    Definition Classes
    GenUnionInfoGenCodecStructure
  3. val flatten: commons.Opt[flatten]
  4. def rawName: String
    Definition Classes
    GenInfo
  5. val sourceName: String
    Definition Classes
    GenUnionInfoGenInfo