| Package | Description |
|---|---|
| org.nerd4j.utils.lang |
| Modifier and Type | Method and Description |
|---|---|
static ToString.Configurator |
ToString.of(Object object)
Returns an instance of
ToString.Configurator
in order to instruct the ToString facility
on how to build the text representation of the
given object. |
ToString.Configurator |
ToString.Configurator.print(Object... values)
Adds the given list of values as unnamed
Fields in the
resulting ToString.Configuration. |
ToString.Configurator |
ToString.Configurator.print(String name,
Object value)
|
ToString.Configurator |
ToString.Configurator.withCustomClassName(String value)
Tells the
ToString class to print
the given text instead of the class name. |
ToString.Configurator |
ToString.Configurator.withFullClassName()
Tells the
ToString class to print
the full qualified class name. |
ToString.Configurator |
ToString.Configurator.withNoClassName()
Tells the
ToString class to do not print
the class name in any form. |
Copyright © 2011–2020 Nerd4j. All rights reserved.