Package

avro

net

Permalink

package net

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    This class represents an Internet Protocol (IP) address.

    This class represents an Internet Protocol (IP) address. The logical type convert this record to classical java.net.InetAddress.

    Annotations
    @AvroGenerated()
    See also

    java.net.InetAddress

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

    Permalink

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

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

    Annotations
    @AvroGenerated()
    See also

    java.net.URI

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

    Permalink

    Represents a Uniform Resource Identifier (URI) reference.

    Represents a Uniform Resource Identifier (URI) reference.

    Annotations
    @AvroGenerated()
    See also

    java.net.URL

Value Members

  1. object InetAddress extends CaseClassAvroRecordCompanion[InetAddress] with Serializable

    Permalink
  2. object URI extends CaseClassAvroRecordCompanion[URI] with Serializable

    Permalink
  3. object URL extends CaseClassAvroRecordCompanion[URL] with Serializable

    Permalink

Ungrouped