public abstract class Key<T> extends com.google.common.reflect.TypeToken<T> implements Named, java.lang.Comparable<Key<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
Key(java.lang.String name,
T fallbackValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Key<T> o) |
boolean |
equals(java.lang.Object o) |
T |
getFallbackValue() |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.String |
toString() |
constructor, getComponentType, getRawType, getSubtype, getSupertype, getType, getTypes, isArray, isPrimitive, isSubtypeOf, isSubtypeOf, isSupertypeOf, isSupertypeOf, method, of, of, resolveType, unwrap, where, where, wrap, writeReplaceprotected Key(java.lang.String name,
T fallbackValue)
public boolean equals(java.lang.Object o)
equals in class com.google.common.reflect.TypeToken<T>public int hashCode()
hashCode in class com.google.common.reflect.TypeToken<T>public java.lang.String toString()
toString in class com.google.common.reflect.TypeToken<T>public T getFallbackValue()