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
ConstructorsConstructorDescriptionParameterizedTypeImpl(Type[] actualTypeArguments, Type ownerType, Type rawType) -
Method Summary
Methods inherited from class com.alibaba.fastjson2.util.ParameterizedTypeImpl
equals, getActualTypeArguments, getOwnerType, getRawType, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.reflect.Type
getTypeName
-
Constructor Details
-
ParameterizedTypeImpl
-