Class ResolvedParameterizedType
java.lang.Object
org.eclipse.yasson.internal.serializer.ResolvedParameterizedType
- All Implemented Interfaces:
ParameterizedType,Type
ParameterizedType implementation containing array of resolved TypeVariable type args.-
Constructor Summary
ConstructorsConstructorDescriptionResolvedParameterizedType(ParameterizedType original, Type[] resolvedTypeArgs) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.Type
getTypeName
-
Constructor Details
-
ResolvedParameterizedType
Creates a new instance.- Parameters:
original- Original type.resolvedTypeArgs- Resolved type arguments.
-
-
Method Details
-
getActualTypeArguments
Type arguments with resolved TypeVariables.- Specified by:
getActualTypeArgumentsin interfaceParameterizedType- Returns:
- type args
-
getRawType
- Specified by:
getRawTypein interfaceParameterizedType
-
getOwnerType
- Specified by:
getOwnerTypein interfaceParameterizedType
-
toString
-
equals
-
hashCode
public int hashCode()
-