Package com.evolveum.midpoint.prism.util
Class PrismPrettyPrinter
java.lang.Object
com.evolveum.midpoint.prism.util.PrismPrettyPrinter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
PrismPrettyPrinterpublic PrismPrettyPrinter()
 
- 
- 
Method Details- 
prettyPrint
- 
prettyPrint
- 
prettyPrint
- 
prettyPrint
- 
prettyPrint
- 
prettyPrint
- 
prettyPrint
- 
prettyPrint
- 
debugDump
- 
initializepublic static void initialize()
- 
debugDumpValue
- 
debugDumpValuepublic static void debugDumpValue(StringBuilder sb, int expectedIndent, Object value, QName elementName, String defaultLanguage) 
 
-