Package com.avoka.fc.core.util
Class ReflectionStringBuilder
- java.lang.Object
-
- com.avoka.fc.core.util.ReflectionStringBuilder
-
public class ReflectionStringBuilder extends Object
Provides a ReflectionToStringBuilder utility class.- Since:
- 17.10.0
-
-
Constructor Summary
Constructors Constructor Description ReflectionStringBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toString(Object object)
Return the string representation of the given object using Apache Commons ReflectionToStringBuilder.
-