Package io.avaje.inject.spi
Class GenericType<T>
- java.lang.Object
-
- io.avaje.inject.spi.GenericType<T>
-
- Type Parameters:
T- the generic type parameter
- All Implemented Interfaces:
Type
public class GenericType<T> extends Object implements Type
Represents a full type including generics declaration, to avoid information loss due to type erasure.This is a cut down version of Helidon GenericType Apache 2 licence.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetTypeName()inthashCode()StringtoString()Typetype()Return the type represented by this generic type instance.
-
-
-
Method Detail
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceType
-
-