Class Objects.ToStringHelper

    • Method Detail

      • add

        public Objects.ToStringHelper add(String name,
                                          Object value)
        Adds a name/value pair to the formatted output in name=value format. If value is null, the string "null" is used, unless omitNullValues() is called, in which case this name/value pair will not be added.
      • toString

        public String toString()