Package io.quarkus.runtime.types
Class GenericArrayTypeImpl
java.lang.Object
io.quarkus.runtime.types.GenericArrayTypeImpl
- All Implemented Interfaces:
GenericArrayType,Type
- Author:
- Marko Luksa, Jozef Hartinger
-
Constructor Summary
ConstructorsConstructorDescriptionGenericArrayTypeImpl(Class<?> rawType, Type... actualTypeArguments) GenericArrayTypeImpl(Type genericComponentType) -
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
-
GenericArrayTypeImpl
-
GenericArrayTypeImpl
-
-
Method Details
-
getGenericComponentType
- Specified by:
getGenericComponentTypein interfaceGenericArrayType
-
hashCode
public int hashCode() -
equals
-
toString
-