public interface PrettyString
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrettyString.Appendable
Interface for appending the objects pretty string onto a buffer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toPrettyString(String prefix)
Returns a pretty representation of the object.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.