public interface TypeSystem
TypeSystem defines an interface for detecting whether a given class conforms to a certain Collection
contract| 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
|
boolean isCollectionType(java.lang.Class<?> cl)
cl - class to checkboolean isSetType(java.lang.Class<?> cl)
cl - class to checkboolean isListType(java.lang.Class<?> cl)
cl - class to checkboolean isMapType(java.lang.Class<?> cl)
cl - class to checkCopyright © 2007–2021 Querydsl. All rights reserved.