|
||||||||||
| 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.ParamType
com.caucho.config.reflect.GenericParamType
@Module public class GenericParamType
param type matching
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.caucho.config.reflect.BaseType |
|---|
BaseType.ClassFill |
| Constructor Summary | |
|---|---|
GenericParamType(java.lang.Class<?> type,
BaseType[] param,
java.util.HashMap<java.lang.String,BaseType> paramMap)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.caucho.config.reflect.ParamType |
|---|
equals, fill, fillSyntheticTypes, fillTypeClosure, getActualTypeArguments, getOwnerType, getParameters, getParamMap, getRawClass, getRawType, getSimpleName, hashCode, isAssignableFrom, isGenericVariable, isParamAssignableFrom, toString, toType |
| Methods inherited from class com.caucho.config.reflect.BaseType |
|---|
create, create, createClass, createForSource, createForTarget, createGenericClass, getBaseTypeClosure, getTypeClosure, getWildcardBounds, isObject, isPrimitive, isVariable, isWildcard |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GenericParamType(java.lang.Class<?> type,
BaseType[] param,
java.util.HashMap<java.lang.String,BaseType> paramMap)
| Method Detail |
|---|
public boolean isGenericRaw()
BaseType
isGenericRaw in class BaseTypepublic boolean isGeneric()
BaseType
isGeneric in class ParamType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||