Package com.evolveum.midpoint.prism.util
Class PrismPrettyPrinter
java.lang.Object
com.evolveum.midpoint.prism.util.PrismPrettyPrinter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
debugDump
(ObjectDeltaType deltaType, int indent) static String
debugDumpValue
(int indent, Object value, PrismContext prismContext, QName elementName, String defaultLanguage) static void
debugDumpValue
(StringBuilder sb, int expectedIndent, Object value, PrismContext prismContext, QName elementName, String defaultLanguage) static void
static String
prettyPrint
(Item<?, ?> item) static String
prettyPrint
(PrismContainerValue<?> pcv) static String
prettyPrint
(PrismPropertyValue<?> ppv) static String
static String
prettyPrint
(PrismReferenceValue prv, boolean showType) static String
prettyPrint
(ItemDeltaType deltaType) static String
prettyPrint
(ObjectDeltaType deltaType) static String
prettyPrint
(RawType raw)
-
Constructor Details
-
PrismPrettyPrinter
public PrismPrettyPrinter()
-
-
Method Details
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
prettyPrint
-
debugDump
-
initialize
public static void initialize() -
debugDumpValue
public static String debugDumpValue(int indent, Object value, PrismContext prismContext, QName elementName, String defaultLanguage) -
debugDumpValue
public static void debugDumpValue(StringBuilder sb, int expectedIndent, Object value, PrismContext prismContext, QName elementName, String defaultLanguage)
-