How to get the type (class) from a list in groovy

1

I have the following code:

Set<String> list

How do I know the type of this list? In this case it would be java.lang.String

    
asked by anonymous 07.01.2015 / 13:57

0 answers