|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.NameComparator
public class NameComparator
Provides case-insensitive normalisation for String, model Users and model Groups.
| Method Summary | ||
|---|---|---|
static
|
normaliserOf(java.lang.Class<T> type)
|
|
static
|
of(java.lang.Class<T> type)
Deprecated. use a normaliserOf(Class) instead to reduce the number of transformations |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> java.util.Comparator<T> of(java.lang.Class<T> type)
normaliserOf(Class) instead to reduce the number of transformations
public static <T> com.google.common.base.Function<T,java.lang.String> normaliserOf(java.lang.Class<T> type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||