Module swim.avro
Package swim.avro

Class AvroName

java.lang.Object
swim.avro.AvroName
All Implemented Interfaces:
Comparable<AvroName>, Debug, Display

public final class AvroName extends Object implements Comparable<AvroName>, Debug, Display
  • Constructor Details

  • Method Details

    • namespace

      public AvroNamespace namespace()
    • name

      public String name()
    • compareTo

      public int compareTo(AvroName that)
      Specified by:
      compareTo in interface Comparable<AvroName>
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • debug

      public <T> Output<T> debug(Output<T> output)
      Description copied from interface: Debug
      Writes a developer readable, debug-formatted string representation of this object to output.
      Specified by:
      debug in interface Debug
      Returns:
      the continuation of the output.
    • display

      public <T> Output<T> display(Output<T> output)
      Description copied from interface: Display
      Writes a human readable, display-formatted string representation of this object to output.
      Specified by:
      display in interface Display
      Returns:
      the continuation of the output.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • create

      public static AvroName create(AvroNamespace namespace, String name)
    • create

      public static AvroName create(String name)
    • parse

      public static AvroName parse(String string)