avro.net

URI

sealed case class URI(value: String) extends CaseClassAvroRecord with Ordered[URI] with Serializable with Product with Serializable

Represents a Uniform Resource Locator, a pointer to a 'resource' on the World Wide Web.

Annotations
@AvroGenerated()
See also

java.net.URI

Linear Supertypes
Serializable, Product, Equals, Serializable, Ordered[URI], Comparable[URI], CaseClassAvroRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. URI
  2. Serializable
  3. Product
  4. Equals
  5. Serializable
  6. Ordered
  7. Comparable
  8. CaseClassAvroRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new URI(value: String)

    Create a case class with all attributes describe in the associated Avro record.

    Create a case class with all attributes describe in the associated Avro record. It's recommended to use the named parameters.

Type Members

  1. abstract type LT

    Logical type associated with this record.

    Logical type associated with this record. May be the same type.

    Definition Classes
    CaseClassAvroRecord

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. def <(that: URI): Boolean

    Definition Classes
    Ordered
  5. def <=(that: URI): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def >(that: URI): Boolean

    Definition Classes
    Ordered
  9. def >=(that: URI): Boolean

    Definition Classes
    Ordered
  10. lazy val SCHEMA$: Schema

    The root schema for the case-class.

    The root schema for the case-class.

    Definition Classes
    URICaseClassAvroRecord
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(_that: URI): Int

    Compare instance.

    Compare instance.

    Definition Classes
    URI → Ordered
    Note

    Requite _that use the same class.

    See also

    scala.math.Ordered

  14. def compareTo(that: URI): Int

    Definition Classes
    Ordered → Comparable
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(_obj: Any): Boolean

    Indicates whether some other object is "equal to" this one.

    Indicates whether some other object is "equal to" this one.

    Definition Classes
    URI → Equals → AnyRef → Any
  17. def finalize(): Unit

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

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

    Definition Classes
    Any
  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. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. lazy val toAvroRecord: Record

    Convert a case class to an Avro record.

    Convert a case class to an Avro record.

    Definition Classes
    URICaseClassAvroRecord
  25. val value: String

  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Ordered[URI]

Inherited from Comparable[URI]

Inherited from CaseClassAvroRecord

Inherited from AnyRef

Inherited from Any

Ungrouped