Class JandexReflection.ParameterizedTypeImpl
java.lang.Object
org.jboss.jandex.JandexReflection.ParameterizedTypeImpl
- All Implemented Interfaces:
ParameterizedType, Type
- Enclosing class:
JandexReflection
private static class JandexReflection.ParameterizedTypeImpl
extends Object
implements ParameterizedType
An implementation of
ParameterizedType that is compatible with the JDK's implementation
(as in, the equals() and hashCode() methods work as expected).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameterizedTypeImpl(Type rawType, Type[] actualTypeArguments, Type ownerType) -
Method Summary
Methods inherited from interface Type
getTypeName
-
Field Details
-
ownerType
-
rawType
-
actualTypeArguments
-
-
Constructor Details
-
ParameterizedTypeImpl
-
-
Method Details
-
getActualTypeArguments
- Specified by:
getActualTypeArgumentsin interfaceParameterizedType
-
getOwnerType
- Specified by:
getOwnerTypein interfaceParameterizedType
-
getRawType
- Specified by:
getRawTypein interfaceParameterizedType
-
equals
-
hashCode
-
toString
-