org.apache.ibatis.type
Class SimpleTypeRegistry
java.lang.Object
org.apache.ibatis.type.SimpleTypeRegistry
public class SimpleTypeRegistry
- extends Object
|
Method Summary |
static boolean |
isSimpleType(Class<?> clazz)
Tells us if the class passed in is a knwon common type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTypeRegistry
public SimpleTypeRegistry()
isSimpleType
public static boolean isSimpleType(Class<?> clazz)
- Tells us if the class passed in is a knwon common type
- Parameters:
clazz - The class to check
- Returns:
- True if the class is known
Copyright © 2010-2011 MyBatis.org. All Rights Reserved.