Package 

Object ToStringUtil

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String build(Object o) Convenient way to build object's string representation where some fields should be excluded (e.g.
      final String getHIDDEN_VALUE_PLACEHOLDER()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • build

         final String build(Object o)

        Convenient way to build object's string representation where some fields should be excluded (e.g. a field which holds sensitive data like password)