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 Details

    • ReflectionStringBuilder

      public ReflectionStringBuilder()
  • Method Details

    • toString

      public static String toString(Object object)
      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