| Package | Description |
|---|---|
| eu.chargetime.ocpp.utilities |
| Modifier and Type | Method and Description |
|---|---|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
boolean value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
char value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
double value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
float value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
int value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
long value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
Object value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.add(String name,
java.time.ZonedDateTime value)
Adds a name/value pair to the formatted output in
name=value format. |
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.addValue(boolean value)
Adds an unnamed value to the formatted output.
|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.addValue(char value)
Adds an unnamed value to the formatted output.
|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.addValue(double value)
Adds an unnamed value to the formatted output.
|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.addValue(float value)
Adds an unnamed value to the formatted output.
|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.addValue(int value)
Adds an unnamed value to the formatted output.
|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.addValue(long value)
Adds an unnamed value to the formatted output.
|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.addValue(Object value)
Adds an unnamed value to the formatted output.
|
MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelperImpl.omitNullValues()
Configures the
MoreObjects.ToStringHelperImpl so toString() will ignore properties with
null value. |
static MoreObjects.ToStringHelperImpl |
MoreObjects.ToStringHelper.toStringHelper(String className)
Creates an instance of
MoreObjects.ToStringHelperImpl in the same manner as MoreObjects.ToStringHelper.toStringHelper(Object), but using className instead of using an instance's Object.getClass(). |
Copyright © 2022. All rights reserved.