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

DefaultTypeSystem is the default implementation of the TypeSystem interface

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
Returns:

isListType

public boolean isListType(Class<?> cl)
Specified by:
isListType in interface TypeSystem
Returns:

isSetType

public boolean isSetType(Class<?> cl)
Specified by:
isSetType in interface TypeSystem
Returns:

isMapType

public boolean isMapType(Class<?> cl)
Specified by:
isMapType in interface TypeSystem
Returns:


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.