public class DefaultTypeSystem extends Object implements TypeSystem
DefaultTypeSystem
is the default implementation of the TypeSystem
interfaceConstructor and Description |
---|
DefaultTypeSystem() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCollectionType(Class<?> cl)
Return whether the given class is a collection class
|
boolean |
isListType(Class<?> cl)
Return whether the given class is a list class
|
boolean |
isMapType(Class<?> cl)
Return whether the given class is a map class
|
boolean |
isSetType(Class<?> cl)
Return whether the given class is a set class
|
public boolean isCollectionType(Class<?> cl)
TypeSystem
isCollectionType
in interface TypeSystem
cl
- class to checkpublic boolean isListType(Class<?> cl)
TypeSystem
isListType
in interface TypeSystem
cl
- class to checkpublic boolean isSetType(Class<?> cl)
TypeSystem
isSetType
in interface TypeSystem
cl
- class to checkpublic boolean isMapType(Class<?> cl)
TypeSystem
isMapType
in interface TypeSystem
cl
- class to checkCopyright © 2007–2016 Querydsl. All rights reserved.