You can use ObjectUtil.getClassInfo(obj) to get information about an object 'obj', it returns another object with information about 'obj'. You can debug to see this information. The full class name is among them.
-- Jhonny Everson
You can use ObjectUtil.getClassInfo(obj) to get information about an object 'obj', it returns another object with information about 'obj'. You can debug to see this information. The full class name is among them.
-- Jhonny Everson