Class ToStringUtil.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <V> ToStringUtil.Builder add​(java.lang.String name, java.util.Collection<? extends V> values, Function<?,​V> toStringFunction)  
      ToStringUtil.Builder addValue​(java.lang.String name, java.lang.Object value)  
      java.lang.String build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait