Uses of Class
io.helidon.common.GenericType
-
Uses of GenericType in io.helidon.common
Fields in io.helidon.common declared as GenericTypeModifier and TypeFieldDescriptionstatic final GenericType<Object> GenericType.OBJECTGeneric type for Object.static final GenericType<String> GenericType.STRINGGeneric type for String.Methods in io.helidon.common that return GenericTypeModifier and TypeMethodDescriptionstatic <N> GenericType<N> Constructs a new generic type instance representing the given class.static <N> GenericType<N> 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.