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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.