com.opendatagroup.hadrian.datatype

AvroField

class AvroField extends AnyRef

Field for an Avro "record" type.

See companion object for a constructor that does not require Avro library objects.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroField
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroField(schemaField: Field)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def aliases: Set[String]

    Set of alternate names for this field (for Avro schema resolution backward compatibility).

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def avroType: AvroType

    The "type" of this field.

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def default: Option[JsonNode]

    The "default" value of this field as a Jackson node.

  11. def doc: String

    Optional documentation string for this field.

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def jsonNode(memo: Set[String]): JsonNode

    Convert the field to a Jackson node.

    Convert the field to a Jackson node.

    memo

    used to avoid infinite loops on recursive record types.

  19. def name: String

    The "name" of this field.

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def order: Order

    The "order" this field, which defines a sort order in Avro ("ascending", "descending", or "ignore").

  24. val schemaField: Field

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toJson(): String

    Convert the field to a JSON string (suitable for part of an Avro ".

    Convert the field to a JSON string (suitable for part of an Avro ".avsc" file).

  27. def toString(): String

    Calls toJson().

    Calls toJson().

    Definition Classes
    AvroField → AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped