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