public interface Describer<T>
Describe an object to a AbstractDescriptionWriter
.
Modifier and Type | Method and Description |
---|---|
void |
describe(T obj,
DescriptionWriter description)
Write a description of an object to a description writer.
|
void describe(T obj, DescriptionWriter description)
Write a description of an object to a description writer.
obj
- The object to describe.description
- The description writer.