public class DefaultTypeSystem extends Object implements TypeSystem
TypeSystem interface| Constructor and Description |
|---|
DefaultTypeSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCollectionType(Class<?> cl) |
boolean |
isListType(Class<?> cl) |
boolean |
isMapType(Class<?> cl) |
boolean |
isSetType(Class<?> cl) |
public boolean isCollectionType(Class<?> cl)
isCollectionType in interface TypeSystempublic boolean isListType(Class<?> cl)
isListType in interface TypeSystempublic boolean isSetType(Class<?> cl)
isSetType in interface TypeSystempublic boolean isMapType(Class<?> cl)
isMapType in interface TypeSystemCopyright © 2007–2015 Querydsl. All rights reserved.