Package com.alibaba.fastjson.util
Class ParameterizedTypeImpl
- java.lang.Object
-
- com.alibaba.fastjson2.util.ParameterizedTypeImpl
-
- com.alibaba.fastjson.util.ParameterizedTypeImpl
-
- All Implemented Interfaces:
ParameterizedType,Type
public class ParameterizedTypeImpl extends com.alibaba.fastjson2.util.ParameterizedTypeImpl
-
-
Constructor Summary
Constructors Constructor Description ParameterizedTypeImpl(Type[] actualTypeArguments, Type ownerType, Type rawType)
-
Method Summary
-
Methods inherited from class com.alibaba.fastjson2.util.ParameterizedTypeImpl
equals, getActualTypeArguments, getOwnerType, getRawType, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-