public interface TypeSystem
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCollectionType(Class<?> cl) |
boolean |
isListType(Class<?> cl) |
boolean |
isMapType(Class<?> cl) |
boolean |
isSetType(Class<?> cl) |
Copyright © 2007–2015 Querydsl. All rights reserved.