|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.search.query.QueryUtils
public class QueryUtils
| Constructor Summary | |
|---|---|
QueryUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
checkAssignableFrom(java.lang.Class<U> givenType,
java.lang.Class<?>... types)
Check whether givenType is assignable from any of the types |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryUtils()
| Method Detail |
|---|
public static <U> java.lang.Class<U> checkAssignableFrom(java.lang.Class<U> givenType,
java.lang.Class<?>... types)
givenType is assignable from any of the types
U - the type of givenTypegivenType - the type to checktypes - the possible types givenType should be assignable from.
givenType if it is assignable from any of the types.
java.lang.IllegalArgumentException - if givenType is not assignable to any of the types.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||