Namer.Comparator<T>| Constructor | Description | 
|---|---|
| Namer() | 
| Modifier and Type | Method | 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)
NamerdetermineName in interface Namer<Named>object - The object to determine the name ofpublic static <T> Namer<? super T> forType(java.lang.Class<? extends T> type)