Package com.avoka.fc.core.util
Class ReflectionStringBuilder
java.lang.Object
com.avoka.fc.core.util.ReflectionStringBuilder
Provides a ReflectionToStringBuilder utility class.
- Since:
- 17.10.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReflectionStringBuilder
public ReflectionStringBuilder()
-
-
Method Details
-
toString
Return the string representation of the given object using Apache Commons ReflectionToStringBuilder.- Parameters:
object
- the object to return the string representation of (optional)- Returns:
- the reflected string representation
-