name property
The name of the generic type.
This property returns the string representation of the type T
.
Implementation
final String name = T.toString();
The name of the generic type.
This property returns the string representation of the type T
.
final String name = T.toString();