Package nonapi.io.github.classgraph.json
Class ParameterizedTypeImpl
java.lang.Object
nonapi.io.github.classgraph.json.ParameterizedTypeImpl
- All Implemented Interfaces:
ParameterizedType,Type
An implementation of
ParameterizedType, used to replace type variables with concrete types.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Type[]The actual type arguments.static final TypeThe type parameter ofListinstances of unknown generic type.static final TypeThe type parameters ofMapinstances of unknown generic type.private final TypeThe owner type.private final Class<?> The raw type. -
Constructor Summary
ConstructorsConstructorDescriptionParameterizedTypeImpl(Class<?> rawType, Type[] actualTypeArguments, Type ownerType) Constructor. -
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
-
Field Details
-
Constructor Details
-
ParameterizedTypeImpl
Constructor.- Parameters:
rawType- the raw typeactualTypeArguments- the actual type argumentsownerType- the owner type
-
-
Method Details
-
getActualTypeArguments
- Specified by:
getActualTypeArgumentsin interfaceParameterizedType
-
getRawType
- Specified by:
getRawTypein interfaceParameterizedType
-
getOwnerType
- Specified by:
getOwnerTypein interfaceParameterizedType
-
equals
-
hashCode
public int hashCode() -
toString
-