|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.reflect.BaseType
com.caucho.config.reflect.ClassType
com.caucho.config.reflect.ObjectType
com.caucho.config.reflect.TargetObjectType
@Module public class TargetObjectType
class type matching
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.config.reflect.BaseType |
---|
BaseType.ClassFill |
Field Summary | |
---|---|
static TargetObjectType |
OBJECT_TYPE
|
Constructor Summary | |
---|---|
TargetObjectType()
|
Method Summary | |
---|---|
boolean |
isParamAssignableFrom(BaseType type)
Assignable as a parameter. |
Methods inherited from class com.caucho.config.reflect.ObjectType |
---|
equals, fillTypeClosure, getRawClass, hashCode, isAssignableFrom, isObject, toString |
Methods inherited from class com.caucho.config.reflect.ClassType |
---|
create, fill, toType |
Methods inherited from class com.caucho.config.reflect.BaseType |
---|
create, create, createClass, createForSource, createForTarget, createGenericClass, fillSyntheticTypes, getBaseTypeClosure, getParameters, getParamMap, getSimpleName, getTypeClosure, getWildcardBounds, isGeneric, isGenericRaw, isGenericVariable, isPrimitive, isVariable, isWildcard |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TargetObjectType OBJECT_TYPE
Constructor Detail |
---|
public TargetObjectType()
Method Detail |
---|
public boolean isParamAssignableFrom(BaseType type)
BaseType
isParamAssignableFrom
in class ClassType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |