public class MethodParamDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class |
rawComponentType |
protected java.lang.Class |
rawType |
protected java.lang.Class |
type |
| Constructor and Description |
|---|
MethodParamDescriptor(java.lang.Class parameterType,
java.lang.Class rawParameterType,
java.lang.Class rawParameterComponentType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getRawComponentType() |
java.lang.Class |
getRawType() |
java.lang.Class |
getType() |
protected final java.lang.Class type
protected final java.lang.Class rawType
protected final java.lang.Class rawComponentType
Copyright © 2003-present Jodd Team