Package com.evolveum.midpoint.util
Class PrettyPrinter
java.lang.Object
com.evolveum.midpoint.util.PrettyPrinter
- Author:
- semancik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringprettyPrint(byte[] value) static StringprettyPrint(Object value) static StringprettyPrint(Object[] value) static StringprettyPrint(Collection<?> collection) static StringprettyPrint(Collection<?> collection, int maxItems) static StringprettyPrint(Date date) static StringprettyPrint(List<Element> list) Assumes that all elements in the lists have the same QNamestatic StringprettyPrint(QName qname) static StringprettyPrint(Element element) static StringprettyPrint(Element element, boolean displayTag) static StringprettyPrint(Node node) static ObjectprettyPrintLazily(Object object) static ObjectprettyPrintLazily(Collection<?> collection) static StringqnameToString(QName name) static voidregisterPrettyPrinter(Class<?> printerClass) static voidsetDefaultNamespacePrefix(String prefix) static voidshortDump(StringBuilder sb, Object value)
-
Constructor Details
-
PrettyPrinter
public PrettyPrinter()
-
-
Method Details
-
setDefaultNamespacePrefix
-
prettyPrintLazily
-
prettyPrintLazily
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
qnameToString
-
prettyPrint
Assumes that all elements in the lists have the same QName -
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
debugDump
-
shortDump
-
registerPrettyPrinter
-
getPrettyPrinters
-