BaseType.ClassFill
OBJECT_TYPE
Constructor and Description |
---|
BoxType(java.lang.Class<?> type,
java.lang.Class<?> boxType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
void |
fillTypeClosure(InjectManager manager,
java.util.Set<java.lang.reflect.Type> typeSet) |
java.lang.Class<?> |
getRawClass() |
int |
hashCode() |
boolean |
isAssignableFrom(BaseType type) |
boolean |
isParamAssignableFrom(BaseType type)
Assignable as a parameter.
|
boolean |
isPrimitive() |
java.lang.String |
toString() |
create, create, createClass, createForSource, createForTarget, createGenericClass, extendGenericType, fillSyntheticTypes, getBaseTypeClosure, getParameters, getParamMap, getSimpleName, getTypeClosure, getWildcardBounds, isGeneric, isGenericRaw, isGenericVariable, isObject, isVariable, isWildcard
public java.lang.Class<?> getRawClass()
getRawClass
in class ClassType
public boolean isParamAssignableFrom(BaseType type)
BaseType
isParamAssignableFrom
in class ClassType
public boolean isAssignableFrom(BaseType type)
isAssignableFrom
in class ClassType
public boolean isPrimitive()
isPrimitive
in class BaseType
public void fillTypeClosure(InjectManager manager, java.util.Set<java.lang.reflect.Type> typeSet)
fillTypeClosure
in class ClassType