Package com.rometools.rome.feed.impl
Class ToStringBean
- java.lang.Object
-
- com.rometools.rome.feed.impl.ToStringBean
-
public class ToStringBean extends Object
Provides deep Bean toString support.It works on all read/write properties, recursively. It support all primitive types, Strings, Collections, ToString objects and multi-dimensional arrays of any of them.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoString(Class<?> beanClass, Object obj)Returns the String representation of the bean given in the constructor.
-