public class DefaultTypeSystem extends Object implements TypeSystem
DefaultTypeSystem is the default implementation of the TypeSystem interface| Constructor 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)
TypeSystemisCollectionType in interface TypeSystemcl - class to checkpublic boolean isListType(Class<?> cl)
TypeSystemisListType in interface TypeSystemcl - class to checkpublic boolean isSetType(Class<?> cl)
TypeSystemisSetType in interface TypeSystemcl - class to checkpublic boolean isMapType(Class<?> cl)
TypeSystemisMapType in interface TypeSystemcl - class to checkCopyright © 2007–2020 Querydsl. All rights reserved.