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).