SelfDescribingpublic class SelfDescribingValue<T> extends java.lang.Object implements SelfDescribing
| Constructor | Description |
|---|---|
SelfDescribingValue(T value) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
describeTo(Description description) |
Generates a description of the object.
|
public SelfDescribingValue(T value)
public void describeTo(Description description)
SelfDescribingdescribeTo in interface SelfDescribingdescription - The description to be built or appended to.