com.opendatagroup.hadrian

datatype

package datatype

Visibility
  1. Public
  2. All

Type Members

  1. class AvroArray extends AvroType with AvroContainer

  2. class AvroBoolean extends AvroType

  3. class AvroBytes extends AvroType with AvroRaw

  4. trait AvroCompiled extends AvroType

  5. trait AvroContainer extends AvroType

  6. class AvroDouble extends AvroType with AvroNumber

  7. class AvroEnum extends AvroType with AvroIdentifier with AvroCompiled

  8. class AvroField extends AnyRef

  9. case class AvroFilledPlaceholder(avroType: AvroType) extends AvroPlaceholder with Product with Serializable

  10. class AvroFixed extends AvroType with AvroRaw with AvroCompiled

  11. class AvroFloat extends AvroType with AvroNumber

  12. trait AvroIdentifier extends AvroType

  13. class AvroInt extends AvroType with AvroNumber

  14. class AvroLong extends AvroType with AvroNumber

  15. class AvroMap extends AvroType with AvroContainer with AvroMapping

  16. trait AvroMapping extends AvroType

  17. class AvroNull extends AvroType

  18. trait AvroNumber extends AvroType

  19. class AvroPlaceholder extends AnyRef

  20. trait AvroRaw extends AvroType

  21. class AvroRecord extends AvroType with AvroContainer with AvroMapping with AvroCompiled

  22. class AvroString extends AvroType with AvroIdentifier

  23. abstract class AvroType extends Type

  24. class AvroTypeBuilder extends AnyRef

  25. class AvroUnion extends AvroType

  26. case class FcnType(params: Seq[Type], ret: AvroType) extends Type with Product with Serializable

  27. class ForwardDeclarationParser extends AnyRef

  28. trait Type extends AnyRef

Value Members

  1. object AvroArray

  2. object AvroBoolean

  3. object AvroBytes

  4. object AvroConversions

  5. object AvroDouble

  6. object AvroEnum

  7. object AvroField

  8. object AvroFixed

  9. object AvroFloat

  10. object AvroIdentifier

  11. object AvroInt

  12. object AvroLong

  13. object AvroMap

  14. object AvroNull

  15. object AvroNumber

  16. object AvroPlaceholder

  17. object AvroRaw

  18. object AvroRecord

  19. object AvroString

  20. object AvroUnion

Ungrouped