BaseType.ClassFill
Constructor and Description |
---|
GenericParamType(java.lang.Class<?> type,
BaseType[] param,
java.util.HashMap<java.lang.String,BaseType> paramMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
isGeneric()
Returns true for a generic type like MyBean
|
boolean |
isGenericRaw()
Returns true for a raw type like MyBean where the class definition
is MyBean
|
equals, extendGenericType, fill, fillSyntheticTypes, fillTypeClosure, getActualTypeArguments, getOwnerType, getParameters, getParamMap, getRawClass, getRawType, getSimpleName, hashCode, isAssignableFrom, isGenericVariable, isParamAssignableFrom, toString, toType
create, create, createClass, createForSource, createForTarget, createGenericClass, getBaseTypeClosure, getTypeClosure, getWildcardBounds, isObject, isPrimitive, isVariable, isWildcard
public boolean isGenericRaw()
BaseType
isGenericRaw
in class BaseType