public static final class Description.NullDescription extends Object implements Description
Description.NullDescriptionNONE| Constructor and Description |
|---|
Description.NullDescription() |
| Modifier and Type | Method and Description |
|---|---|
Description |
appendDescriptionOf(SelfDescribing value)
Appends the description of a
SelfDescribing value to this description. |
Description |
appendList(String start,
String separator,
String end,
Iterable<? extends SelfDescribing> values)
Appends a list of
SelfDescribing objects
to the description. |
Description |
appendText(String text)
Appends some plain text to the description.
|
Description |
appendValue(Object value)
Appends an arbitary value to the description.
|
<T> Description |
appendValueList(String start,
String separator,
String end,
Iterable<T> values)
Appends a list of values to the description.
|
<T> Description |
appendValueList(String start,
String separator,
String end,
T... values)
Appends a list of values to the description.
|
String |
toString() |
public Description appendDescriptionOf(SelfDescribing value)
DescriptionSelfDescribing value to this description.appendDescriptionOf in interface Descriptionpublic Description appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values)
DescriptionSelfDescribing objects
to the description.appendList in interface Descriptionpublic Description appendText(String text)
DescriptionappendText in interface Descriptionpublic Description appendValue(Object value)
DescriptionappendValue in interface Descriptionpublic <T> Description appendValueList(String start, String separator, String end, T... values)
DescriptionappendValueList in interface Descriptionpublic <T> Description appendValueList(String start, String separator, String end, Iterable<T> values)
DescriptionappendValueList in interface DescriptionCopyright © 2016. All rights reserved.