Get generic interface class object

Posted by Phuong Nguyen de ManCity fan on Stack Overflow See other posts from Stack Overflow or by Phuong Nguyen de ManCity fan
Published on 2010-04-03T15:54:26Z Indexed on 2010/04/03 16:03 UTC
Read the original article Hit count: 136

Filed under:

How to get class object of a generic interface? For example, Boolean.class, Date.class. But List<Boolean>.class doesn't seem to be syntax-valid.

© Stack Overflow or respective owner

Related posts about java