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