com.mysema.query.alias
Interface TypeSystem

All Known Implementing Classes:
DefaultTypeSystem

public interface TypeSystem

TypeSystem defines an interface for detecting whether a given class confirms to certain Collection contract

Author:
tiwe

Method Summary
 boolean isCollectionType(Class<?> cl)
           
 boolean isListType(Class<?> cl)
           
 boolean isMapType(Class<?> cl)
           
 boolean isSetType(Class<?> cl)
           
 

Method Detail

isCollectionType

boolean isCollectionType(Class<?> cl)
Parameters:
cl -
Returns:

isSetType

boolean isSetType(Class<?> cl)
Parameters:
cl -
Returns:

isListType

boolean isListType(Class<?> cl)
Parameters:
cl -
Returns:

isMapType

boolean isMapType(Class<?> cl)
Parameters:
cl -
Returns:


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