UnionBranch
dev.constructive.eo.avro.PathStep.UnionBranch
Resolve a union to a specific branch by its type name. The branch name is the schema's fully-qualified type name (e.g. "long" for the primitive long branch, "my.ns.Record" for a record branch). Branches with the same type name across alternatives don't exist in valid Avro schemas, so the name uniquely identifies the alternative.
Attributes
- Source
- PathStep.scala
Members list
In this article