org.unitils.objectvalidation.utils
Class ObjectCreatorTypeWrapper

java.lang.Object
  extended by org.unitils.objectvalidation.reflect.TypeWrapper
      extended by org.unitils.objectvalidation.utils.ObjectCreatorTypeWrapper

public class ObjectCreatorTypeWrapper
extends TypeWrapper

Since:
07/03/14.
Author:
Matthieu Mestrez

Field Summary
 
Fields inherited from class org.unitils.objectvalidation.reflect.TypeWrapper
wrappedType
 
Constructor Summary
ObjectCreatorTypeWrapper(Type type)
           
 
Method Summary
 Class<?> getClassOfType()
           
 Type getTypeForKeyOfMap()
           
 Type getTypeForValueOfMap()
           
 Class<?> getTypeOfArray()
           
 Class<?> getTypeOfSingleParameterCollection()
           
 boolean isArray()
           
 boolean isBoolean()
           
 boolean isEnum()
           
 boolean isException()
           
 boolean isInterface()
           
 boolean isList()
           
 boolean isMap()
           
protected  boolean isNumber()
           
 boolean isSet()
           
 boolean isSQLDate()
           
 boolean isString()
           
 boolean isUtilDate()
           
 
Methods inherited from class org.unitils.objectvalidation.reflect.TypeWrapper
equals, getName, getSingleGenericClass, getSingleGenericType, getWrappedType, hashCode, hasRawType, isAssignable, isAssignableClass, isAssignableFrom, isAssignableParameterizedType, isAssignableTo, isAssignableWildcardType, isClassType, isFinal, isOfType, isParameterizedType, isPrimitive, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectCreatorTypeWrapper

public ObjectCreatorTypeWrapper(Type type)
Method Detail

getTypeOfArray

public Class<?> getTypeOfArray()

getTypeOfSingleParameterCollection

public Class<?> getTypeOfSingleParameterCollection()

getTypeForKeyOfMap

public Type getTypeForKeyOfMap()

getTypeForValueOfMap

public Type getTypeForValueOfMap()

getClassOfType

public Class<?> getClassOfType()

isArray

public boolean isArray()

isList

public boolean isList()

isSet

public boolean isSet()

isMap

public boolean isMap()

isEnum

public boolean isEnum()

isInterface

public boolean isInterface()

isException

public boolean isException()

isUtilDate

public boolean isUtilDate()

isSQLDate

public boolean isSQLDate()

isBoolean

public boolean isBoolean()

isString

public boolean isString()

isNumber

protected boolean isNumber()


Copyright © 2013-2015. All Rights Reserved.