I know it's a silly question but here's my issue.
I'm working on an object and needed to check all the member variables for nullity, empty chars etc... but in my object I don't only have strings, I also have Instant and Booleans.
I've tried with some other methods from StringUtils and read the documentation but didn't find out any way to do so.
Any tip ? I know i can make the check without stringUtils but I can't believe they didn't figured a way out.
Thank you for your help!