Uses of Class
io.helidon.common.GenericType
-
-
Uses of GenericType in io.helidon.common
Methods in io.helidon.common that return GenericType Modifier and Type Method Description static <N> GenericType<N>GenericType. create(Class<N> clazz)Constructs a new generic type instance representing the given class.static <N> GenericType<N>GenericType. create(Type genericType)Constructs a new generic type, using the provided generic type information and deriving the class.static <N> GenericType<N>GenericType. create(N object)Constructs a new generic type instance representing the class of the given object.
-