public interface TypeReference extends Reference, java.lang.CharSequence, java.lang.Comparable<java.lang.CharSequence>
Reference.InvalidReferenceException| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.CharSequence o)
Compare this TypeReference to another TypeReference, or more generally to another CharSequence.
|
boolean |
equals(java.lang.Object o)
Compares this TypeReference to another TypeReference, or more generally to another CharSequence for equality.
|
java.lang.String |
getType()
Gets the string representation of the referenced type.
|
int |
hashCode()
Returns a hashcode for this TypeReference.
|
validateReference@Nonnull java.lang.String getType()
int hashCode()
hashCode in class java.lang.Objectboolean equals(@Nullable
java.lang.Object o)
equals in class java.lang.Objecto - The object to be compared for equality with this TypeReferenceint compareTo(@Nonnull
java.lang.CharSequence o)
compareTo in interface java.lang.Comparable<java.lang.CharSequence>o - The CharSequence to compare with this TypeReference