com.mysema.query.alias
Class DefaultTypeSystem

java.lang.Object
  extended by com.mysema.query.alias.DefaultTypeSystem
All Implemented Interfaces:
TypeSystem

public class DefaultTypeSystem
extends Object
implements TypeSystem

Author:
tiwe

Constructor Summary
DefaultTypeSystem()
           
 
Method Summary
 boolean isCollectionType(Class<?> cl)
           
 boolean isListType(Class<?> cl)
           
 boolean isMapType(Class<?> cl)
           
 boolean isSetType(Class<?> cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTypeSystem

public DefaultTypeSystem()
Method Detail

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-2011 Mysema Ltd. All Rights Reserved.