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 interface Type
getTypeName
-
Field Details
-
actualTypeArguments
The actual type arguments. -
rawType
The raw type. -
ownerType
The owner type. -
MAP_OF_UNKNOWN_TYPE
-
LIST_OF_UNKNOWN_TYPE
-
-
Constructor Details
-
ParameterizedTypeImpl
-
-
Method Details
-
getActualTypeArguments
- Specified by:
getActualTypeArgumentsin interfaceParameterizedType
-
getRawType
- Specified by:
getRawTypein interfaceParameterizedType
-
getOwnerType
- Specified by:
getOwnerTypein interfaceParameterizedType
-
equals
-
hashCode
-
toString
-