Package com.evolveum.midpoint.prism.util
Class PrismPrettyPrinter
- java.lang.Object
-
- com.evolveum.midpoint.prism.util.PrismPrettyPrinter
-
public class PrismPrettyPrinter extends Object
- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description PrismPrettyPrinter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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
initialize()
static String
prettyPrint(Item<?,?> item)
static String
prettyPrint(PrismContainerValue<?> pcv)
static String
prettyPrint(PrismPropertyValue<?> ppv)
static String
prettyPrint(PrismReferenceValue prv)
static String
prettyPrint(PrismReferenceValue prv, boolean showType)
static String
prettyPrint(ItemDeltaType deltaType)
static String
prettyPrint(ObjectDeltaType deltaType)
static String
prettyPrint(RawType raw)
-
-
-
Method Detail
-
prettyPrint
public static String prettyPrint(PrismPropertyValue<?> ppv)
-
prettyPrint
public static String prettyPrint(PrismContainerValue<?> pcv)
-
prettyPrint
public static String prettyPrint(PrismReferenceValue prv)
-
prettyPrint
public static String prettyPrint(PrismReferenceValue prv, boolean showType)
-
prettyPrint
public static String prettyPrint(ObjectDeltaType deltaType)
-
prettyPrint
public static String prettyPrint(ItemDeltaType deltaType)
-
debugDump
public static String debugDump(ObjectDeltaType deltaType, int indent)
-
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)
-
-