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