public class ObjectCreatorTypeWrapper extends TypeWrapper
wrappedType| Constructor and Description |
|---|
ObjectCreatorTypeWrapper(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClassOfType() |
Type |
getTypeForKeyOfMap() |
Type |
getTypeForValueOfMap() |
Class<?> |
getTypeOfArray() |
Class<?> |
getTypeOfSingleParameterCollection() |
boolean |
isArray() |
boolean |
isBoolean() |
protected boolean |
isEnum() |
boolean |
isException() |
boolean |
isInterface() |
boolean |
isList() |
boolean |
isMap() |
protected boolean |
isNumber() |
boolean |
isSet() |
boolean |
isSQLDate() |
boolean |
isString() |
boolean |
isUtilDate() |
equals, getName, getSingleGenericClass, getSingleGenericType, getWrappedType, hashCode, hasRawType, isAssignable, isAssignableClass, isAssignableFrom, isAssignableParameterizedType, isAssignableTo, isAssignableWildcardType, isClassType, isOfType, isParameterizedType, isPrimitive, toStringpublic ObjectCreatorTypeWrapper(Type type)
public Class<?> getTypeOfArray()
public Class<?> getTypeOfSingleParameterCollection()
public Type getTypeForKeyOfMap()
public Type getTypeForValueOfMap()
public Class<?> getClassOfType()
public boolean isArray()
public boolean isList()
public boolean isSet()
public boolean isMap()
protected boolean isEnum()
public boolean isInterface()
public boolean isException()
public boolean isUtilDate()
public boolean isSQLDate()
public boolean isBoolean()
public boolean isString()
protected boolean isNumber()
Copyright © 2013-2014. All Rights Reserved.