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)
SelfDescribing
describeTo
in interface SelfDescribing
description
- The description to be built or appended to.