Namer.Comparator<T>
Constructor and Description |
---|
Named.Namer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
determineName(Named object)
Determines the name of the given object.
|
static <T> Namer<? super T> |
forType(java.lang.Class<? extends T> type) |
public java.lang.String determineName(Named object)
Namer
determineName
in interface Namer<Named>
object
- The object to determine the name ofpublic static <T> Namer<? super T> forType(java.lang.Class<? extends T> type)