com.khubla.pragmatach.plugin.mongodb.util
Class AtomicTypeUtil

java.lang.Object
  extended by com.khubla.pragmatach.plugin.mongodb.util.AtomicTypeUtil

public class AtomicTypeUtil
extends Object

TypeUtil for identifying atomic types

Author:
tom

Constructor Summary
AtomicTypeUtil()
           
 
Method Summary
static boolean isSimpleType(Type type)
           
static boolean isWrapperType(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicTypeUtil

public AtomicTypeUtil()
Method Detail

isSimpleType

public static boolean isSimpleType(Type type)

isWrapperType

public static boolean isWrapperType(Class<?> clazz)


Copyright © 2014 khubla.com. All rights reserved.