public interface PrettyPrinterInterface
Modifier and Type | Method and Description |
---|---|
String |
prettyPrint(String xml)
Transforms the XML into a pretty-printed format with sensitive strings removed.
|
String prettyPrint(String xml)
xml
- the XML message to be pretty printedCopyright © 2017. All Rights Reserved.