@Module public class ObjectType extends ClassType
BaseType.ClassFill| Modifier and Type | Field and Description |
|---|---|
static ObjectType |
OBJECT_TYPE |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectType() |
| 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 |
isObject() |
java.lang.String |
toString() |
create, fill, isParamAssignableFrom, toTypecreate, create, createClass, createForSource, createForTarget, createGenericClass, extendGenericType, fillSyntheticTypes, getBaseTypeClosure, getParameters, getParamMap, getSimpleName, getTypeClosure, getWildcardBounds, isGeneric, isGenericRaw, isGenericVariable, isPrimitive, isVariable, isWildcardpublic static final ObjectType OBJECT_TYPE
public java.lang.Class<?> getRawClass()
getRawClass in class ClassTypepublic boolean isAssignableFrom(BaseType type)
isAssignableFrom in class ClassTypepublic void fillTypeClosure(InjectManager manager, java.util.Set<java.lang.reflect.Type> typeSet)
fillTypeClosure in class ClassType