public class SelfDescribingValue<T> extends java.lang.Object implements SelfDescribing
| Constructor and Description | 
|---|
SelfDescribingValue(T value)  | 
| Modifier and Type | Method and 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.