public class PodamParameterizedType extends Object implements ParameterizedType
ParameterizedType implementation for generic multidimensional pojo
manufacturing| Modifier and Type | Field and Description |
|---|---|
private Type[] |
actualTypeArguments |
private Class<?> |
rawType |
| Constructor and Description |
|---|
PodamParameterizedType(Class<?> rawType,
Type... actualTypeArguments)
Base constructor.
|
private final Class<?> rawType
private final Type[] actualTypeArguments
public Type[] getActualTypeArguments()
getActualTypeArguments in interface ParameterizedTypepublic Class<?> getRawType()
getRawType in interface ParameterizedTypepublic Type getOwnerType()
getOwnerType in interface ParameterizedTypeCopyright © 2015. All rights reserved.