Package com.logicaldoc.webservice.doc.util
-
Class Summary Class Description GenericsUtils Get a variable's java type, or a collection's generic type
For Example,
"String a" => String.class, and "List<Integer> b" => Integer.classMyClassUtils
| Class | Description |
|---|---|
| GenericsUtils |
Get a variable's java type, or a collection's generic type
For Example, "String a" => String.class, and "List<Integer> b" => Integer.class |
| MyClassUtils |