Class ValueDisplayUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.ValueDisplayUtil
-
public class ValueDisplayUtil extends Object
TODO unify with PrettyPrinter somehow
-
-
Constructor Summary
Constructors Constructor Description ValueDisplayUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toStringValue(PrismPropertyValue propertyValue)
static String
toStringValue(PrismReferenceValue ref)
-
-
-
Method Detail
-
toStringValue
public static String toStringValue(PrismPropertyValue propertyValue)
-
toStringValue
public static String toStringValue(PrismReferenceValue ref)
-
-