com.mysema.query.alias
Class DefaultTypeSystem
java.lang.Object
com.mysema.query.alias.DefaultTypeSystem
- All Implemented Interfaces:
- TypeSystem
public class DefaultTypeSystem
- extends Object
- implements TypeSystem
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTypeSystem
public DefaultTypeSystem()
isCollectionType
public boolean isCollectionType(Class<?> cl)
- Specified by:
isCollectionType
in interface TypeSystem
isListType
public boolean isListType(Class<?> cl)
- Specified by:
isListType
in interface TypeSystem
isSetType
public boolean isSetType(Class<?> cl)
- Specified by:
isSetType
in interface TypeSystem
isMapType
public boolean isMapType(Class<?> cl)
- Specified by:
isMapType
in interface TypeSystem
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.