@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, toType
create, create, createClass, createForSource, createForTarget, createGenericClass, extendGenericType, fillSyntheticTypes, getBaseTypeClosure, getParameters, getParamMap, getSimpleName, getTypeClosure, getWildcardBounds, isGeneric, isGenericRaw, isGenericVariable, isPrimitive, isVariable, isWildcard
public static final ObjectType OBJECT_TYPE
public java.lang.Class<?> getRawClass()
getRawClass
in class ClassType
public boolean isAssignableFrom(BaseType type)
isAssignableFrom
in class ClassType
public void fillTypeClosure(InjectManager manager, java.util.Set<java.lang.reflect.Type> typeSet)
fillTypeClosure
in class ClassType