- 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 Summary
Constructors Constructor Description AvroName(AvroNamespace namespace, String name)
-
Method Summary
Modifier and Type Method Description intcompareTo(AvroName that)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.voiddisplay(Output<?> output)Writes a human readable, display-formatted string representation of this object tooutput.booleanequals(Object other)static AvroNamefrom(String name)static AvroNamefrom(AvroNamespace namespace, String name)inthashCode()Stringname()AvroNamespacenamespace()static AvroNameparse(String string)StringtoString()
-
-
-
Constructor Detail
-
AvroName
public AvroName(AvroNamespace namespace, String name)
-
-
Method Detail
-
from
public static AvroName from(AvroNamespace namespace, String name)
-
namespace
public AvroNamespace namespace()
-
name
public String name()
-
compareTo
public int compareTo(AvroName that)
- Specified by:
compareToin interfaceComparable<AvroName>
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
display
public void display(Output<?> output)
Description copied from interface:DisplayWrites a human readable, display-formatted string representation of this object tooutput.
-
-